We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24b0dd commit c17657fCopy full SHA for c17657f
unit/Makefile
@@ -26,21 +26,8 @@ include $(FRAMEWORK_DIR)/moose.mk
26
27
################################## MODULES ####################################
28
# set desired physics modules equal to 'yes' to enable them
29
-CHEMICAL_REACTIONS := no
30
-CONTACT := no
31
-FLUID_PROPERTIES := no
32
-HEAT_CONDUCTION := no
33
-MISC := no
34
-NAVIER_STOKES := no
35
-PHASE_FIELD := no
36
-RDG := no
37
-RICHARDS := no
38
-SOLID_MECHANICS := no
39
-STOCHASTIC_TOOLS := no
40
-TENSOR_MECHANICS := no
41
-XFEM := no
42
-POROUS_FLOW := no
43
-LEVEL_SET := no
+ELECTROMAGNETICS := yes
+
44
include $(MOOSE_DIR)/modules/modules.mk
45
###############################################################################
46
0 commit comments