Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsterX: rename CarpetX to CarpetXRegrid for regrid_error #70

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AsterX/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPLEMENTS: AsterX

INHERITS: CarpetX ADMBaseX HydroBaseX TmunuBaseX
INHERITS: CarpetXRegrid ADMBaseX HydroBaseX TmunuBaseX

USES INCLUDE HEADER: fixmath.hxx
USES INCLUDE HEADER: loop_device.hxx
Expand Down
2 changes: 1 addition & 1 deletion AsterX/schedule.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(local_estimate_error)
{
LANG: C
READS: HydroBaseX::rho(everywhere) HydroBaseX::vel(everywhere) HydroBaseX::eps(everywhere) HydroBaseX::press(everywhere)
WRITES: CarpetX::regrid_error(interior)
WRITES: CarpetXRegrid::regrid_error(interior)
} "Estimate local error for regridding initial conditions"
}

Expand Down
2 changes: 1 addition & 1 deletion TOVSolverX/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMPLEMENTS: TOVSolverX

INHERITS: CarpetX ADMBaseX HydroBaseX
INHERITS: CarpetXRegrid ADMBaseX HydroBaseX

USES INCLUDE HEADER: fixmath.hxx
USES INCLUDE HEADER: loop_device.hxx
Expand Down
4 changes: 1 addition & 3 deletions scripts/actions-cpu-real64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ LAPACK_DIR = /usr
# LORENE_DIR = /usr/local
MPI_DIR = /usr
NSIMD_DIR = /usr/local
NSIMD_INC_DIRS = /usr/local/include
NSIMD_LIB_DIRS = /usr/local/lib
NSIMD_SIMD = SSE2
NSIMD_SIMD = AVX2
OPENBLAS_DIR = /usr
OPENPMD_API_DIR = /usr/local
# OPENSSL_DIR = /usr
Expand Down
1 change: 1 addition & 0 deletions scripts/asterx.th
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ CarpetX/Algo
CarpetX/Arith
CarpetX/BoxInBox
CarpetX/CarpetX
CarpetX/CarpetXRegrid
CarpetX/CoordinatesX
CarpetX/Derivs
CarpetX/ErrorEstimator
Expand Down
Loading