Skip to content

Commit

Permalink
Add XFEM to common modules listing in modules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Aug 5, 2020
1 parent 52bda44 commit 1787ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ ifeq ($(CONTACT),yes)
TENSOR_MECHANICS := yes
endif

ifeq ($(XFEM),yes)
TENSOR_MECHANICS := yes
endif

# The master list of all moose modules
MODULE_NAMES := "chemical_reactions contact external_petsc_solver fluid_properties functional_expansion_tools geochemistry heat_conduction level_set misc navier_stokes peridynamics phase_field porous_flow rdg richards stochastic_tools tensor_mechanics xfem"

Expand Down

0 comments on commit 1787ea6

Please sign in to comment.