aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 2f8af7bcb1dc89a3ee6b1404b04a68dcb08e0835 (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 type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="U" interpolator="matter"'
{
  velx, vely, velz
} "Vector primitive variables"