Skip to content

Commit

Permalink
Add subdirectory in Source/Matter and add to GNUmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
AreefW committed Feb 13, 2025
1 parent d47f305 commit f0232c0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Examples/ScalarFieldBH/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ makefiles += releasedExamples_AMRPoisson_execVariableCoefficient
# cxxcppflags = -DUSE_CTTK
cxxcppflags = -DUSE_CTTKHybrid

# Choose directory of matter type
MatterType = ScalarField

# the base name(s) of the application(s) in this directory
ebase = Main_ScalarFieldBH

Expand All @@ -27,11 +30,12 @@ INPUT = params.txt
src_dirs := ../../Source \
../../Source/Core \
../../Source/Matter \
../../Source/Matter/${MatterType} \
../../Source/Methods \
../../Source/Tools \
../../Source/Variables \
../../Source/TaggingCriteria \
../../Source/Operator \
../../Source/Operator \
../../Source/Operator/SolverOperator

# shared code for building example programs
Expand Down
6 changes: 5 additions & 1 deletion Examples/ScalarFieldCosmo/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ makefiles += releasedExamples_AMRPoisson_execVariableCoefficient
cxxcppflags = -DUSE_CTTK
# cxxcppflags = -DUSE_CTTKHybrid

# Choose directory of matter type
MatterType = ScalarField

# the base name(s) of the application(s) in this directory
ebase = Main_ScalarFieldCosmo

Expand All @@ -27,11 +30,12 @@ INPUT = params.txt
src_dirs := ../../Source \
../../Source/Core \
../../Source/Matter \
../../Source/Matter/${MatterType} \
../../Source/Methods \
../../Source/Tools \
../../Source/Variables \
../../Source/TaggingCriteria \
../../Source/Operator \
../../Source/Operator \
../../Source/Operator/SolverOperator

# shared code for building example programs
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions Tests/PeriodicScalarFieldTest/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ endif
# trace the chain of included makefiles
makefiles += releasedExamples_AMRPoisson_execVariableCoefficient

# Choose directory of matter type
MatterType = ScalarField

# the base name(s) of the application(s) in this directory
ebase = PeriodicScalarTest

Expand All @@ -21,6 +24,7 @@ INPUT = params.txt
src_dirs := ../../Source \
../../Source/Core \
../../Source/Matter \
../../Source/Matter/${MatterType} \
../../Source/Methods \
../../Source/Tools \
../../Source/Variables \
Expand Down

0 comments on commit f0232c0

Please sign in to comment.