This commit is contained in:
2026-07-22 15:30:06 -04:00
parent f07c1190ee
commit 62dc4cb147
12 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ avariable = bla
anothervar = 1.2,1.3, 1.5 //this is a comment
operatingmode = 3
operatingmode = 1
//1 - STL output
//2 - count triangles
//3 - count area
@ -14,11 +14,11 @@ operatingmode = 3
verbosity = 2
//domain
xyz_min = -2.0,-2.0,-2.0
xyz_max = 2.0,2.0,2.0
Nx = 128
Ny = 128
Nz = 128
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
@ -28,11 +28,11 @@ nthreads = 256
//not all pars apply to all functions
isjulia = 1
juliac = 0.0,0.0,0.0
juliac = 0.490,0.640,-0.510
exponent = 4.0
fractaliter = 100
fractaliter = 5
freezethresh = 10.0
threshold = 0.2
threshold = 2.5
scale = 0.5

Binary file not shown.