aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2014-03-10 12:48:18 +0000
committerrhaas <rhaas@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2014-03-10 12:48:18 +0000
commit2a23547857e66ae1dbe473e08cbf168958c376d2 (patch)
tree790e0d4417139074125639593fbf8336ebd303d3
parentcbfa3efc7879306a7d733175b5f99f1b8f45f8f9 (diff)
remove commented out and unused grid arry code
grid arrays are no longer handled this way and the commented out code is by no incorrect git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@213 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--interface.ccl117
1 files changed, 0 insertions, 117 deletions
diff --git a/interface.ccl b/interface.ccl
index ccafdbb..55d3d72 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,11 +3,6 @@
implements: MethodOfLines
-#INCLUDE HEADER: MoLFunctions.h IN MoLFunctions.h
-#INCLUDE HEADER: MoL.h IN MoL.h
-
-#USES INCLUDE: carpet.h
-
##################################################
### Functions from NaNChecker that may be used ###
##################################################
@@ -121,90 +116,6 @@ PROVIDES FUNCTION MoLNumIntegratorSubsteps WITH MoL_NumIntegratorSubsteps \
# PROVIDES FUNCTION MoLChangeToNoneComplex WITH MoL_ChangeToNoneComplex \
# LANGUAGE C
-################################################################
-### Aliased registration and type changing function for real ###
-### grid arrays of all dimensions. ###
-################################################################
-
-# CCTK_INT FUNCTION MoLRegisterEvolvedArray(CCTK_INT IN EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLRegisterConstrainedArray(CCTK_INT IN ConstrainedIndex)
-# CCTK_INT FUNCTION MoLRegisterSaveAndRestoreArray(CCTK_INT IN SandRIndex)
-# CCTK_INT FUNCTION MoLRegisterEvolvedArrayGroup(CCTK_INT IN EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLRegisterConstrainedArrayGroup(CCTK_INT IN \
-# ConstrainedIndex)
-# CCTK_INT FUNCTION MoLRegisterSaveAndRestoreArrayGroup(CCTK_INT IN SandRIndex)
-# CCTK_INT FUNCTION MoLChangeToEvolvedArray(CCTK_INT IN EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLChangeToConstrainedArray(CCTK_INT IN ConstrainedIndex)
-# CCTK_INT FUNCTION MoLChangeToSaveAndRestoreArray(CCTK_INT IN SandRIndex)
-# CCTK_INT FUNCTION MoLChangeToNoneArray(CCTK_INT IN RemoveIndex)
-#
-# PROVIDES FUNCTION MoLRegisterEvolvedArray WITH MoL_RegisterEvolvedArray \
-# LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterConstrainedArray WITH \
-# MoL_RegisterConstrainedArray LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterSaveAndRestoreArray WITH \
-# MoL_RegisterSaveAndRestoreArray LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterEvolvedArrayGroup WITH \
-# MoL_RegisterEvolvedArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterConstrainedArrayGroup WITH \
-# MoL_RegisterConstrainedArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterSaveAndRestoreArrayGroup WITH \
-# MoL_RegisterSaveAndRestoreArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToEvolvedArray WITH MoL_ChangeToEvolvedArray \
-# LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToConstrainedArray WITH \
-# MoL_ChangeToConstrainedArray LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToSaveAndRestoreArray WITH \
-# MoL_ChangeToSaveAndRestoreArray LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToNoneArray WITH MoL_ChangeToNoneArray LANGUAGE C
-
-###################################################################
-### Aliased registration and type changing function for complex ###
-### grid arrays of all dimensions. ###
-###################################################################
-
-# CCTK_INT FUNCTION MoLRegisterEvolvedComplexArray(CCTK_INT IN EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLRegisterConstrainedComplexArray(CCTK_INT IN \
-# ConstrainedIndex)
-# CCTK_INT FUNCTION MoLRegisterSaveAndRestoreComplexArray(CCTK_INT IN SandRIndex)
-# CCTK_INT FUNCTION MoLRegisterEvolvedComplexArrayGroup(CCTK_INT IN \
-# EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLRegisterConstrainedComplexArrayGroup(CCTK_INT IN \
-# ConstrainedIndex)
-# CCTK_INT FUNCTION MoLRegisterSaveAndRestoreComplexArrayGroup(CCTK_INT IN \
-# SandRIndex)
-# CCTK_INT FUNCTION MoLChangeToEvolvedComplexArray(CCTK_INT IN EvolvedIndex, \
-# CCTK_INT IN RHSIndex)
-# CCTK_INT FUNCTION MoLChangeToConstrainedComplexArray(CCTK_INT IN \
-# ConstrainedIndex)
-# CCTK_INT FUNCTION MoLChangeToSaveAndRestoreComplexArray(CCTK_INT IN SandRIndex)
-# CCTK_INT FUNCTION MoLChangeToNoneComplexArray(CCTK_INT IN RemoveIndex)
-#
-# PROVIDES FUNCTION MoLRegisterEvolvedComplexArray WITH \
-# MoL_RegisterEvolvedComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterConstrainedComplexArray WITH \
-# MoL_RegisterConstrainedComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterSaveAndRestoreComplexArray WITH \
-# MoL_RegisterSaveAndRestoreComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterEvolvedComplexArrayGroup WITH \
-# MoL_RegisterEvolvedComplexArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterConstrainedComplexArrayGroup WITH \
-# MoL_RegisterConstrainedComplexArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLRegisterSaveAndRestoreComplexArrayGroup WITH \
-# MoL_RegisterSaveAndRestoreComplexArrayGroup LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToEvolvedComplexArray WITH \
-# MoL_ChangeToEvolvedComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToConstrainedComplexArray WITH \
-# MoL_ChangeToConstrainedComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToSaveAndRestoreComplexArray WITH \
-# MoL_ChangeToSaveAndRestoreComplexArray LANGUAGE C
-# PROVIDES FUNCTION MoLChangeToNoneComplexArray WITH \
-# MoL_ChangeToNoneComplexArray LANGUAGE C
##############################################################
### Aliased functions that can be provided by other thorns ###
@@ -314,34 +225,6 @@ CCTK_REAL SandRScratchSpace[MoL_Num_SaveAndRestore_Vars] \
# Timelevels = 1 \
# TAGS = 'Checkpoint="no"'
-# CCTK_REAL ArrayScratchSpace[MoL_Num_Scratch_Levels] \
-# TYPE = ARRAY \
-# DIM = 1 \
-# SIZE = MoL_Max_Evolved_Array_Size \
-# Timelevels = 1 \
-# TAGS = 'Checkpoint="no"'
-#
-# CCTK_REAL ArraySandRScratchSpace \
-# TYPE = ARRAY \
-# DIM = 1 \
-# SIZE = MoL_Max_Evolved_Array_Size \
-# Timelevels = 1 \
-# TAGS = 'Checkpoint="no"'
-
-#CCTK_COMPLEX ComplexArrayScratchSpace[MoL_Num_Scratch_Levels] \
-# TYPE = ARRAY \
-# DIM = 1 \
-# SIZE = MoL_Max_Evolved_ComplexArray_Size \
-# Timelevels = 1 \
-# TAGS = 'Checkpoint="no"'
-
-#CCTK_COMPLEX ComplexArraySandRScratchSpace \
-# TYPE = ARRAY \
-# DIM = 1 \
-# SIZE = MoL_Max_Evolved_ComplexArray_Size \
-# Timelevels = 1 \
-# TAGS = 'Checkpoint="no"'
-
#Error vector and scalars for RK45
CCTK_REAL ErrorEstimate[MoL_Num_Evolved_Vars] \