From d53f73b7f7c728e96ffc07b55fa30b9e6fc5121c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 Apr 2018 18:13:49 +0200 Subject: Initial commit. --- interface.ccl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..703f924 --- /dev/null +++ b/interface.ccl @@ -0,0 +1,16 @@ +# Interface definition for thorn MinimalDistortionAxi +implements: MinimalDistortionAxi + +INHERITS: ADMBase grid CoordBase MethodOfLines + +CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN idx) +CCTK_INT FUNCTION MoLRegisterSaveAndRestore(CCTK_INT IN idx) +CCTK_INT FUNCTION MoLRegisterSaveAndRestoreGroup(CCTK_INT IN idx) + +REQUIRES FUNCTION MoLRegisterConstrained +REQUIRES FUNCTION MoLRegisterSaveAndRestore +REQUIRES FUNCTION MoLRegisterSaveAndRestoreGroup + +public: +CCTK_REAL betax_coeffs TYPE=array DIM=2 SIZE=basis_order_z,basis_order_r DISTRIB=constant +CCTK_REAL betaz_coeffs TYPE=array DIM=2 SIZE=basis_order_z,basis_order_r DISTRIB=constant -- cgit v1.2.3