Home
last modified time | relevance | path

Searched defs:BrickOpts (Results 1 – 1 of 1) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DMeshGeneration.hpp20 struct BrickOpts struct in moab::MeshGeneration
23 CartVect ui, uj, uk; // such that ui * uj = uk; uj*uk=ui, etc
24 double xsize, ysize, zsize ; // extents of the brick
25 int A, B, C ; // number of blocks per processor
26 int M, N, K; // number of processors in each direction
29 bool newMergeMethod ; // = false;
30 bool quadratic ; // = false;
31 bool keep_skins ; // = false;
32 bool tetra ; // = false;
33 bool adjEnts ; // = false;
[all …]