aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
blob: 62adf93935ee5bbb1141809fd55da4701d9e8168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GenericFD/param.ccl 
# Parameter definition for thorn GenericFD
# author: S. Husa

# $Header$ 

private:    

KEYWORD FDscheme "Type of finite differencing to use"
{                                                     
  "2nd order centered macro"      :: "centered 2nd order implemented with macros"          
  "4th order centered macro"      :: "centered 4th order implemented with macros"
} "2nd order centered macro"