Skip to content

Commit

Permalink
Add other modules needed for Griffin.
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed Oct 6, 2023
1 parent fa41f8b commit df6440d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ FLUID_PROPERTIES := yes
HEAT_CONDUCTION := yes
NAVIER_STOKES := yes
REACTOR := yes
SOLID_PROPERTIES := yes
STOCHASTIC_TOOLS := yes
TENSOR_MECHANICS := yes
THERMAL_HYDRAULICS := yes
Expand Down
3 changes: 3 additions & 0 deletions config/check_deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ endif

ifneq ($(GRIFFIN_CONTENT),)
PHASE_FIELD := yes
CONTACT := yes
XFEM := yes
LEVEL_SET := yes
endif

SODIUM_CONTENT := $(shell ls $(SODIUM_DIR) 2> /dev/null)
Expand Down

0 comments on commit df6440d

Please sign in to comment.