Skip to content

Commit

Permalink
TestNewRadX: rename CarpetX to CarpetXRegrid
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Oct 8, 2024
1 parent 43061ab commit a5c3ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TestNewRadX/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPLEMENTS: TestNewRadX

INHERITS: CarpetX
INHERITS: CarpetXRegrid

USES INCLUDE HEADER: loop_device.hxx
USES INCLUDE HEADER: newradx.hxx
Expand Down
4 changes: 2 additions & 2 deletions TestNewRadX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ SCHEDULE TestNewRadX_EstimateError AT postinitial
{
LANG: C
READS: state(everywhere)
WRITES: CarpetX::regrid_error(interior)
WRITES: CarpetXRegrid::regrid_error(interior)
} "Estimate error for regridding"

SCHEDULE TestNewRadX_EstimateError AT poststep
{
LANG: C
READS: state(everywhere)
WRITES: CarpetX::regrid_error(interior)
WRITES: CarpetXRegrid::regrid_error(interior)
} "Estimate error for regridding"

SCHEDULE TestNewRadX_RHS IN ODESolvers_RHS
Expand Down
1 change: 1 addition & 0 deletions scripts/spacetimex.th
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ CarpetX/Algo
CarpetX/Arith
CarpetX/BoxInBox
CarpetX/CarpetX
CarpetX/CarpetXRegrid
CarpetX/CoordinatesX
CarpetX/Derivs
CarpetX/ErrorEstimator
Expand Down

0 comments on commit a5c3ed7

Please sign in to comment.