Skip to content

Commit

Permalink
Including electromagnetics module in the unit makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
csdechant committed Nov 27, 2024
1 parent b24b0dd commit c17657f
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions unit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,8 @@ include $(FRAMEWORK_DIR)/moose.mk

################################## MODULES ####################################
# set desired physics modules equal to 'yes' to enable them
CHEMICAL_REACTIONS := no
CONTACT := no
FLUID_PROPERTIES := no
HEAT_CONDUCTION := no
MISC := no
NAVIER_STOKES := no
PHASE_FIELD := no
RDG := no
RICHARDS := no
SOLID_MECHANICS := no
STOCHASTIC_TOOLS := no
TENSOR_MECHANICS := no
XFEM := no
POROUS_FLOW := no
LEVEL_SET := no
ELECTROMAGNETICS := yes

include $(MOOSE_DIR)/modules/modules.mk
###############################################################################

Expand Down

0 comments on commit c17657f

Please sign in to comment.