aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: a60db7c7a030438b6fc0ff56a7af873366824a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Parameter definitions for thorn AEILocalInterp
# $Header$

# all parameters are private to this thorn
private:

#
# If this logging is done, each processor writes its log data to a file
# named via
#	snprintf(buffer, length,
#		 "AEILocalInterp.proc%d.log"
#		 CCTK_MyProc())
# Note that these log files are typically quite large, and writing them
# may significantly slow the simulation -- you should probably only use
# this option for debugging purposes.
#
Boolean log_interp_coords						\
  "should we log the grid min(delta)max and the interpolation		\
   coordinates for each call on the interpolator?"			\
	STEERABLE=ALWAYS
{
} false