inputfileparser

This commit is contained in:
2026-04-30 22:42:08 -04:00
parent 3ed53ccedd
commit 63b7c2f043
20 changed files with 457 additions and 20 deletions

33
build_linux64/default.inp Normal file
View File

@ -0,0 +1,33 @@
#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