stuff
This commit is contained in:
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -38,8 +38,8 @@ class cuvec4f;
|
||||
// #define AMSCU_CONST
|
||||
// #endif
|
||||
|
||||
//#define AMSCLS_MANDELBROT
|
||||
#define AMSCLS_PPKFRACTAL
|
||||
#define AMSCLS_MANDELBROT
|
||||
//#define AMSCLS_PPKFRACTAL
|
||||
|
||||
|
||||
namespace amscuda
|
||||
|
||||
Reference in New Issue
Block a user