39 lines
553 B
Plaintext
39 lines
553 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 = 2
|
|
|
|
//domain
|
|
xyz_min = -1.3,-1.3,-1.3
|
|
xyz_max = 1.3,1.3,1.3
|
|
Nx = 150
|
|
Ny = 150
|
|
Nz = 150
|
|
|
|
//execution parallelism pars
|
|
nblockdiv = 64
|
|
nthreads = 256
|
|
|
|
//function specific parameters
|
|
//not all pars apply to all functions
|
|
|
|
isjulia = 1
|
|
juliac = 0.490,0.640,-0.510
|
|
exponent = 4.0
|
|
fractaliter = 5
|
|
freezethresh = 10.0
|
|
threshold = 2.5
|
|
scale = 0.5
|
|
|
|
|