From a539b85e390beaeb3c5555491083fe86ac2b127f Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 22 Jun 2006 20:01:47 +0000 Subject: Introduce a new aliased function "GetSymmetryBoundaries" to SymBase, which looks at the symmetry table and returns an array describing which outer boundaries are symmetry boundaries. This function is easier to use that examining the table manually. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@35 906471b6-c639-44d1-9ea0-3e3d6879f074 --- interface.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index f794dd9..767bc76 100644 --- a/interface.ccl +++ b/interface.ccl @@ -111,6 +111,15 @@ PROVIDES FUNCTION SymmetryTableHandleForGN \ WITH SymBase_SymmetryTableHandleForGN \ LANGUAGE C +CCTK_INT FUNCTION \ + GetSymmetryBoundaries \ + (CCTK_POINTER_TO_CONST IN cctkGH, \ + CCTK_INT IN size, \ + CCTK_INT OUT ARRAY symbnd) +PROVIDES FUNCTION GetSymmetryBoundaries \ + WITH SymBase_GetSymmetryBoundaries \ + LANGUAGE C + # Interpolation -- cgit v1.2.3