From b497f900c2274ec120752fd0bcc455d3f4c385ac Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 7 Aug 2018 15:17:41 +0200 Subject: Initial commit. --- interface.ccl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 interface.ccl (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl new file mode 100644 index 0000000..43e512c --- /dev/null +++ b/interface.ccl @@ -0,0 +1,15 @@ +# Interface definition for thorn MaximalSlicingAxiMG +implements: MaximalSlicingAxiMG + +INHERITS: ADMBase grid CoordBase MethodOfLines ML_BSSN + +CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN idx) +CCTK_INT FUNCTION MoLRegisterSaveAndRestore(CCTK_INT IN idx) +CCTK_INT FUNCTION MoLRegisterSaveAndRestoreGroup(CCTK_INT IN idx) + +CCTK_INT FUNCTION MoLNumIntegratorSubsteps () +USES FUNCTION MoLNumIntegratorSubsteps + +REQUIRES FUNCTION MoLRegisterConstrained +REQUIRES FUNCTION MoLRegisterSaveAndRestore +REQUIRES FUNCTION MoLRegisterSaveAndRestoreGroup -- cgit v1.2.3