aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: f548ac0c93750866ffc4ac7241bd25d63043334a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Interface definition for thorn HydroBase

implements: HydroBase
inherits: ADMBase

public:

real hydrobase_prim_scalar_var type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="Scalar" interpolator="matter"'
{
  rho, press, eps
} "Scalar primitive variables"

real hydrobase_prim_vector_var[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="U" interpolator="matter"'
{
  vel
} "Vector primitive variables"