aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: c28819e27c953faa8ad338b1ae831705b1300ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Interface definition for thorn EOS_GeneralIdealFluid
# $Header$

implements: EOS_IdealFluid

CCTK_INT FUNCTION EOS_RegisterCall(CCTK_INT IN table_handle, \
                                   CCTK_INT IN CCTK_FPOINTER \
                                     EOS_fn(CCTK_INT IN param_table, \
                                            CCTK_INT IN n_elems, \
                                            CCTK_POINTER ARRAY IN indeps, \
                                            CCTK_INT ARRAY IN which_deps, \
                                            CCTK_POINTER ARRAY OUT deps))
USES FUNCTION EOS_RegisterCall