File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33IMPLEMENTS: TestNewRadX
44
5- INHERITS: CarpetX
5+ INHERITS: CarpetXRegrid
66
77USES INCLUDE HEADER: loop_device.hxx
88USES INCLUDE HEADER: newradx.hxx
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ SCHEDULE TestNewRadX_EstimateError AT postinitial
1313{
1414 LANG: C
1515 READS: state(everywhere)
16- WRITES: CarpetX ::regrid_error(interior)
16+ WRITES: CarpetXRegrid ::regrid_error(interior)
1717} "Estimate error for regridding"
1818
1919SCHEDULE TestNewRadX_EstimateError AT poststep
2020{
2121 LANG: C
2222 READS: state(everywhere)
23- WRITES: CarpetX ::regrid_error(interior)
23+ WRITES: CarpetXRegrid ::regrid_error(interior)
2424} "Estimate error for regridding"
2525
2626SCHEDULE TestNewRadX_RHS IN ODESolvers_RHS
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ CarpetX/Algo
152152CarpetX/Arith
153153CarpetX/BoxInBox
154154CarpetX/CarpetX
155+ CarpetX/CarpetXRegrid
155156CarpetX/CoordinatesX
156157CarpetX/Derivs
157158CarpetX/ErrorEstimator
You can’t perform that action at this time.
0 commit comments