inputfileparser
This commit is contained in:
33
build_linux64/default.inp
Normal file
33
build_linux64/default.inp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user