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

Unify derivs #131

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions CarpetX/src/io_openpmd.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ void carpetx_openpmd_t::OutputOpenPMD(const cGH *const cctkGH,
series->setIterationEncoding(iterationEncoding);

{
// Does not work in containers
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is unrelated.

char const *const user = getenv("USER");
if (user)
series->setAuthor(user);
Expand Down
1 change: 1 addition & 0 deletions Derivs/interface.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
IMPLEMENTS: Derivs

INCLUDES HEADER: derivs.hxx IN derivs.hxx
INCLUDES HEADER: derivs_spacetimex.hxx IN derivs_spacetimex.hxx

USES INCLUDE HEADER: defs.hxx
USES INCLUDE HEADER: div.hxx
Expand Down
4 changes: 4 additions & 0 deletions Derivs/param.ccl
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Parameter definitions for thorn Derivs
CCTK_REAL epsdiss "Dissipation coefficient <arXiv:gr-qc/0610128>" STEERABLE=always
{
0.0:* :: ""
} 0.32
Loading