34 lines
480 B
Plaintext
34 lines
480 B
Plaintext
#A default input file
|
|
|
|
//comments are either c or python style
|
|
|
|
avariable = bla
|
|
|
|
anothervar = 1.2,1.3, 1.5 //this is a comment
|
|
|
|
operatingmode = 1
|
|
//1 - STL output
|
|
//2 - count triangles
|
|
//3 - count area
|
|
|
|
verbosity = 0
|
|
|
|
//domain
|
|
xyz_min = -1.2,-1.2,-1.2
|
|
xyz_max = 1.2,1.2,1.2
|
|
Nx = 32
|
|
Ny = 32
|
|
Nz = 32
|
|
|
|
//execution parallelism pars
|
|
nblockdiv = 32
|
|
nthreads = 256
|
|
|
|
//function specific parameters
|
|
//not all pars apply to all functions
|
|
|
|
isjulia = 0
|
|
juliac = 0.0, 0.0, 0.0
|
|
exponent = 8.0
|
|
|