thorn_name stringclasses 227
values | url stringclasses 26
values | configuration stringclasses 137
values | interface stringclasses 225
values | param stringclasses 220
values | schedule stringclasses 223
values | src_filename stringlengths 4 83 | src_code stringlengths 0 579k |
|---|---|---|---|---|---|---|---|
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_MultiLevel.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "cctk_Schedule.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
using namespace Carpet;
extern "C" void CT_MultiLevel(CCTK_ARGUMENTS)
{
... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_V.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "cctk_Schedule.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
using namespace Carpet;
extern "C" void CT_V(CCTK_ARGUMENTS, CCTK_INT topl... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_AddErrorToPsi.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_AddErrorToPsi(CCTK_ARGUMENTS)
{
BEGIN_MAP_LOOP(cctkGH,CCTK_GF) {
BEGIN_COMPON... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_InitializeResidual.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_InitializeResidual(CCTK_ARGUMENTS)
{
BEGIN_REFLEVEL_LOOP(cctkGH) {
BEGIN_MAP_... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_SolveErrorEquation.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_SolveErrorEquation(CCTK_ARGUMENTS, CCTK_REAL *norm, CCTK_INT *step)
{
DECLARE_CCT... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_InitializeError.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_InitializeError(CCTK_ARGUMENTS)
{
BEGIN_MAP_LOOP(cctkGH,CCTK_GF) {
BEGIN_COMP... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_Boundaries.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "cctk_Loop.h"
#include "carpet.hh"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_Boundaries(CCTK_ARGUMENTS, const char *varname)
{
BEGIN_MAP_LOOP(cctkGH,CCTK_GF) {
... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_SolvePsiEquation.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_SolvePsiEquation(CCTK_ARGUMENTS, CCTK_REAL *norm, CCTK_INT *step)
{
DECLARE_CCTK_... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_InitializePsi.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_InitializePsi(CCTK_ARGUMENTS)
{
BEGIN_MAP_LOOP(cctkGH,CCTK_GF) {
BEGIN_COMPON... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_OutputWalk.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_OutputWalk(CCTK_ARGUMENTS)
{
BEGIN_MAP_LOOP(cctkGH,CCTK_GF) {
BEGIN_COMPONENT... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_CalcPsiResidual.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "Carpet/Carpet/src/modes.hh"
#include "CT_MultiLevel.hh"
extern "C" void CT_CalcPsiResidual(CCTK_ARGUMENTS, CCTK_INT step, CCTK_INT output, CCTK_REAL *norm)
{
... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_Utils.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "carpet.hh"
#include "loopcontrol.h"
#include "CT_MultiLevel.hh"
#ifdef CCTK_MPI
# include <mpi.h>
#endif
using namespace Carpet;
int CT_ProcessOwnsData()
{
int rank;
MPI_Comm_rank(MPI_COMM_WORLD, ... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| CT_MultiLevel.hh | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Functions.h"
#include "util_Table.h"
extern "C" void CT_MultiLevel(CCTK_ARGUMENTS);
extern "C" void CT_V(CCTK_ARGUMENTS, CCTK_INT toplevel, CCTK_INT init_psi);
extern "C" void CT_FillFlagArrays(CCTK_INT *levels, CCTK_INT *downwa... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| auxiliaries/BowenYork.cc | CCTK_INT nauxiliary;
nauxiliary = 0;
int aindex = sindex + nauxiliary * stnc.npoints;
CCTK_REAL *Axx = cptr.extras[0];
CCTK_REAL *Axy = cptr.extras[1];
CCTK_REAL *Axz = cptr.extras[2];
CCTK_REAL *Ayy = cptr.extras[3];
CCTK_REAL *Ayz = cptr.extras[4];
CCTK_REAL *Azz = cptr.extras[5];
CCTK_REAL L2 = Axx[sindex]*Axx[s... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| auxiliaries/ExpLat.cc | int nauxiliary = 0;
int aindex = sindex + nauxiliary * stnc.npoints;
CCTK_REAL *Xx = &cptr.ct_psi[stnc.npoints];
CCTK_REAL *Xy = &cptr.ct_psi[2*stnc.npoints];
CCTK_REAL *Xz = &cptr.ct_psi[3*stnc.npoints];
CCTK_REAL *dxK = cptr.extras[0];
CCTK_REAL *dyK = cptr.extras[1];
CCTK_REAL *dzK = cptr.extras[2];
CCTK_REAL *a0 ... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| auxiliaries/Lump.cc | int nauxiliary = 0;
int aindex = sindex + nauxiliary * stnc.npoints;
CCTK_REAL *Xx = &cptr.ct_psi[stnc.npoints];
CCTK_REAL *Xy = &cptr.ct_psi[2*stnc.npoints];
CCTK_REAL *Xz = &cptr.ct_psi[3*stnc.npoints];
CCTK_REAL *dxK = cptr.extras[0];
CCTK_REAL *dyK = cptr.extras[1];
CCTK_REAL *dzK = cptr.extras[2];
CCTK_REAL Lxx... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| integral/ExpLatNewt.cc | //FIXME: this below assumes that K is a constant
CCTK_REAL *K = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testK");
CCTK_REAL *dxK = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdxK");
CCTK_REAL *dyK = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdyK");
CCTK_REAL *dzK = (CCTK_... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| integral/ExpLat.cc | //FIXME: this below assumes that K is a constant
CCTK_REAL *K = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testK");
CCTK_REAL *dxK = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdxK");
CCTK_REAL *dyK = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdyK");
CCTK_REAL *dzK = (CCTK_... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| integral/IHelmholtzCoeff.cc | LC_LOOP3 (EL_ENF,
i, j, k, 0, 0, 0, cctk_lsh[0], cctk_lsh[1], cctk_lsh[2],
cctk_lsh[0], cctk_lsh[1], cctk_lsh[2])
{
int index = CCTK_GFINDEX3D(cctkGH,i,j,k);
ct_integrand1[index] = ct_c0[index];
ct_integrand2[index] = ct_psi[index];
} LC_ENDLOOP3 (EL_ENF);
CCTK_REAL int_1, int_2;
char name[... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| integral/Lump.cc | //FIXME: this below assumes that K is a constant
CCTK_REAL *K = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testK");
CCTK_REAL *c0 = (CCTK_REAL *) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testc0");
LC_LOOP3 (EL_ENF,
i, j, k, 0, 0, 0, cctk_lsh[0], cctk_lsh[1], cctk_lsh[2],
cctk_lsh[0],... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| integral/IHelmholtz.cc | LC_LOOP3 (EL_ENF,
i, j, k, 0, 0, 0, cctk_lsh[0], cctk_lsh[1], cctk_lsh[2],
cctk_lsh[0], cctk_lsh[1], cctk_lsh[2])
{
int index = CCTK_GFINDEX3D(cctkGH,i,j,k);
ct_integrand1[index] = ct_c0[index];
ct_integrand2[index] = ct_c1[index];
ct_integrand3[index] = ct_psi[index];
ct_integrand4[inde... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| extras/BowenYork.cc | plist = (CCTK_REAL**) realloc(plist, 6*sizeof(CCTK_REAL*));
plist[0] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testAxx");
plist[1] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testAxy");
plist[2] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testAxz");
plist[3] = (CCTK_REAL*) CCTK_Va... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| extras/ExpLat.cc | plist = (CCTK_REAL**) realloc(plist, 5*sizeof(CCTK_REAL*));
plist[0] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdxK");
plist[1] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdyK");
plist[2] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdzK");
plist[3] = (CCTK_REAL*) CCTK_Va... |
CTThorns/CT_MultiLevel | https://bitbucket.org/eloisa/ctthorns.git | REQUIRES Carpet MPI
| #
IMPLEMENTS: CT_MultiLevel
INHERITS: Boundary
INHERITS: Grid
USES INCLUDE: Symmetry.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, CCTK_STRING IN group_name, CCT... | #
shares: admbase
EXTENDS KEYWORD initial_data
{
"CT_MultiLevel" :: "Initial data from this solver"
}
private:
# Algorithm parameters
KEYWORD mode "Which equation should we solve?"
{
"generic" :: "Generic elliptic operator, to be defined via the coefficients"
"constraints" :: "The GR constraints"
} "generic"
K... | #
STORAGE: psi[3]
STORAGE: residual[3] err[3]
STORAGE: coeffs[3]
STORAGE: copies[1]
STORAGE: cell_integral[1]
STORAGE: auxiliaries[1]
STORAGE: rhs[1]
STORAGE: constants[1]
schedule CT_MultiLevel AT CCTK_INITIAL after CT_ScalarField_setConfRho
{
LANG: C
OPTIONS: GLOBAL-LATE
} "Main MultiLevel function"
| extras/Lump.cc | plist = (CCTK_REAL**) realloc(plist, 3*sizeof(CCTK_REAL*));
plist[0] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdxK");
plist[1] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdyK");
plist[2] = (CCTK_REAL*) CCTK_VarDataPtr(cctkGH, 0, "CT_Analytic::testdzK");
|
EinsteinExact/EinsteinExact_Test | https://github.com/barrywardell/EinsteinExact.git | implements: EinsteinExact_Test
| make.code.defn | ||||
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | GaugeWave_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace GaugeWave {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{
// Actual l... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void GaugeWave_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"GaugeWave")) || (CCTK_EQUALS(initial_lapse,"GaugeWave")) || (C... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | Differencing.h | |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void GaugeWave_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid functions with MoL */
... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | GaugeWave_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc GaugeWave_always.cc GaugeWave_exact.cc GaugeWave_initial.cc Kranc.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc
|
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void GaugeWave_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
/* Registe... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | GaugeWave_always.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | Startup.cc | /* File produced by Kranc */
#include "cctk.h"
extern "C" int GaugeWave_Startup(void)
{
const char* banner CCTK_ATTRIBUTE_UNUSED = "GaugeWave";
CCTK_RegisterBanner(banner);
return 0;
}
|
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | GaugeWave_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/GaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: GaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"GaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule GaugeWave_Startup at STARTUP
{
LANG: C
... | Boundaries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
#include "Symmetry.h"
/* the boundary treatment is split into 3 steps: */
/* 1. excision */
/* 2. symmetries ... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace KerrSchild {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{
// Actual ... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | KerrSchild_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void KerrSchild_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"KerrSchild")) || (CCTK_EQUALS(initial_lapse,"KerrSchild")) ||... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | Differencing.h | |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void KerrSchild_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid functions with MoL */... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc KerrSchild_always.cc KerrSchild_exact.cc KerrSchild_initial.cc Kranc.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc
|
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void KerrSchild_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
/* Regist... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | KerrSchild_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | Startup.cc | /* File produced by Kranc */
#include "cctk.h"
extern "C" int KerrSchild_Startup(void)
{
const char* banner CCTK_ATTRIBUTE_UNUSED = "KerrSchild";
CCTK_RegisterBanner(banner);
return 0;
}
|
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | KerrSchild_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | Boundaries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
#include "Symmetry.h"
/* the boundary treatment is split into 3 steps: */
/* 1. excision */
/* 2. symmetries ... |
EinsteinExact/KerrSchild | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: KerrSchild
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCT... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"KerrSchild" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "in... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule KerrSchild_Startup at STARTUP
{
LANG: C
... | KerrSchild_always.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Minkowski_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace Minkowski {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{
// Actual l... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void Minkowski_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"Minkowski")) || (CCTK_EQUALS(initial_lapse,"Minkowski")) || (C... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Differencing.h | |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Minkowski_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void Minkowski_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid functions with MoL */
... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc Kranc.cc Minkowski_always.cc Minkowski_exact.cc Minkowski_initial.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc
|
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void Minkowski_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
/* Registe... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Startup.cc | /* File produced by Kranc */
#include "cctk.h"
extern "C" int Minkowski_Startup(void)
{
const char* banner CCTK_ATTRIBUTE_UNUSED = "Minkowski";
CCTK_RegisterBanner(banner);
return 0;
}
|
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Minkowski_always.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Minkowski_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/Minkowski | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Minkowski
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Minkowski" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initi... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Minkowski_Startup at STARTUP
{
LANG: C
... | Boundaries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
#include "Symmetry.h"
/* the boundary treatment is split into 3 steps: */
/* 1. excision */
/* 2. symmetries ... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | ModifiedSchwarzschildBL_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | ModifiedSchwarzschildBL_always.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace ModifiedSchwarzschildBL {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void ModifiedSchwarzschildBL_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"ModifiedSchwarzschildBL")) || (CCTK_EQUALS(initi... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | Differencing.h | |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void ModifiedSchwarzschildBL_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid function... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | ModifiedSchwarzschildBL_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc Kranc.cc ModifiedSchwarzschildBL_always.cc ModifiedSchwarzschildBL_exact.cc ModifiedSchwarzschildBL_initial.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc
|
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void ModifiedSchwarzschildBL_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | ModifiedSchwarzschildBL_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | Startup.cc | /* File produced by Kranc */
#include "cctk.h"
extern "C" int ModifiedSchwarzschildBL_Startup(void)
{
const char* banner CCTK_ATTRIBUTE_UNUSED = "ModifiedSchwarzschildBL";
CCTK_RegisterBanner(banner);
return 0;
}
|
EinsteinExact/ModifiedSchwarzschildBL | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ModifiedSchwarzschildBL
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE D... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ModifiedSchwarzschildBL" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ModifiedSchwarzschildBL" :: ""
}
E... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ModifiedSchwarzschildBL_Startup at STARTUP... | Boundaries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
#include "Symmetry.h"
/* the boundary treatment is split into 3 steps: */
/* 1. excision */
/* 2. symmetries ... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | ShiftedGaugeWave_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | ShiftedGaugeWave_always.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace ShiftedGaugeWave {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{
// A... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | ShiftedGaugeWave_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void ShiftedGaugeWave_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"ShiftedGaugeWave")) || (CCTK_EQUALS(initial_lapse,"Shif... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | Differencing.h | |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void ShiftedGaugeWave_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid functions with ... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc Kranc.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc ShiftedGaugeWave_always.cc ShiftedGaugeWave_exact.cc ShiftedGaugeWave_initial.cc Startup.cc
|
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void ShiftedGaugeWave_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
/* ... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | Startup.cc | /* File produced by Kranc */
#include "cctk.h"
extern "C" int ShiftedGaugeWave_Startup(void)
{
const char* banner CCTK_ATTRIBUTE_UNUSED = "ShiftedGaugeWave";
CCTK_RegisterBanner(banner);
return 0;
}
|
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | ShiftedGaugeWave_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/ShiftedGaugeWave | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: ShiftedGaugeWave
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coe... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"ShiftedGaugeWave" :: ""
}
EXTENDS CCTK_KEYWORD i... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule ShiftedGaugeWave_Startup at STARTUP
{
LA... | Boundaries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "cctk_Faces.h"
#include "util_Table.h"
#include "Symmetry.h"
/* the boundary treatment is split into 3 steps: */
/* 1. excision */
/* 2. symmetries ... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Vaidya2_initial.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Vaidya2_exact.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
namespa... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Kranc.cc |
/* Copyright 2014 Ian Hinder
This file is part of Kranc.
Kranc is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
K... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Kranc.hh | #ifndef KRANC_HH
#define KRANC_HH
#include <cmath>
#include <math.h>
#include <sys/time.h>
#include <cctk.h>
namespace Vaidya2 {
/*********************************************************************
* Types
*********************************************************************/
struct KrancData
{
// Actual loo... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | ParamCheck.cc | #include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void Vaidya2_ParamCheck(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
if (CCTK_MyProc(cctkGH) == 0)
{
if (((CCTK_EQUALS(initial_data,"Vaidya")) || (CCTK_EQUALS(initial_lapse,"Vaidya")) || (CCTK_EQUA... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Differencing.h | |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | RegisterMoL.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
extern "C" void Vaidya2_RegisterVars(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0;
/* Register all the evolved grid functions with MoL */
... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | make.code.defn | # File produced by Kranc
SRCS = Boundaries.cc Kranc.cc ParamCheck.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc Vaidya2_always.cc Vaidya2_exact.cc Vaidya2_initial.cc
|
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | Vaidya2_error.cc | /* File produced by Kranc */
#define KRANC_C
#include <algorithm>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Kranc.hh"
#include "Differencing.h"
#include "loopcontrol.h"
/* Defi... |
EinsteinExact/Vaidya2 | https://github.com/barrywardell/EinsteinExact.git | # File produced by Kranc
REQUIRES GenericFD
OPTIONAL LoopControl
{
}
| # File produced by Kranc
implements: Vaidya2
inherits: admbase Boundary GenericFD Grid
USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
SUBROUTINE Diff_coeff(CCTK_P... | # File produced by Kranc
shares: ADMBase
EXTENDS CCTK_KEYWORD initial_data "initial_data"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_lapse "initial_lapse"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_shift "initial_shift"
{
"Vaidya2" :: ""
}
EXTENDS CCTK_KEYWORD initial_dtlapse "initial_dtl... | # File produced by Kranc
STORAGE: metric_exact[other_timelevels]
STORAGE: curv_exact[other_timelevels]
STORAGE: lapse_exact[other_timelevels]
STORAGE: dtlapse_exact[other_timelevels]
STORAGE: shift_exact[other_timelevels]
STORAGE: dtshift_exact[other_timelevels]
schedule Vaidya2_Startup at STARTUP
{
LANG: C
O... | RegisterSymmetries.cc | /* File produced by Kranc */
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "Symmetry.h"
extern "C" void Vaidya2_RegisterSymmetries(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS;
DECLARE_CCTK_PARAMETERS;
/* array holding symmetry definitions */
int sym[3];
/* Register ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.