update
This commit is contained in:
@ -6,32 +6,33 @@ avariable = bla
|
||||
|
||||
anothervar = 1.2,1.3, 1.5 //this is a comment
|
||||
|
||||
operatingmode = 1
|
||||
operatingmode = 3
|
||||
//1 - STL output
|
||||
//2 - count triangles
|
||||
//3 - count area
|
||||
|
||||
verbosity = 0
|
||||
verbosity = 2
|
||||
|
||||
//domain
|
||||
xyz_min = -1.2,-1.2,-1.2
|
||||
xyz_max = 1.2,1.2,1.2
|
||||
Nx = 32
|
||||
Ny = 32
|
||||
Nz = 32
|
||||
xyz_min = -2.0,-2.0,-2.0
|
||||
xyz_max = 2.0,2.0,2.0
|
||||
Nx = 128
|
||||
Ny = 128
|
||||
Nz = 128
|
||||
|
||||
//execution parallelism pars
|
||||
nblockdiv = 32
|
||||
nblockdiv = 64
|
||||
nthreads = 256
|
||||
|
||||
//function specific parameters
|
||||
//not all pars apply to all functions
|
||||
|
||||
isjulia = 0
|
||||
juliac = 0.0, 0.0, 0.0
|
||||
exponent = 8.0
|
||||
fractaliter = 64
|
||||
threshhold = 2.0
|
||||
isjulia = 1
|
||||
juliac = 0.0,0.0,0.0
|
||||
exponent = 4.0
|
||||
fractaliter = 100
|
||||
freezethresh = 10.0
|
||||
threshold = 0.2
|
||||
scale = 0.5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user