From 6169d4ef5d9b61ca37ca6cb2ab1a8a86c6bdc7f4 Mon Sep 17 00:00:00 2001 From: hawke Date: Wed, 9 Jul 2003 08:42:21 +0000 Subject: Add the local_spatial_order grid scalar so that the choice of differencing order can be done pointwise. This allows a simple switch to second order near the boundaries of the grid so that the standard boundary conditions can be used. In order for a user thorn to make use of this you have to be a friend of ADMCoupling and inherit ADMMacros. Then you alter local_spatial_order within the loop. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@59 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- interface.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 00fd93c..9107a8b 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,3 +2,12 @@ # $Header$ implements: ADMMacros + +friend: ADMCoupling + +public: + +int local_spatial_order type=SCALAR +{ + local_spatial_order +} "Can be set pointwise to change the macros" -- cgit v1.2.3