#include <MeshGeneration.hpp>
Public Attributes | |
CartVect | ui |
CartVect | uj |
CartVect | uk |
double | xsize |
double | ysize |
double | zsize |
int | A |
int | B |
int | C |
int | M |
int | N |
int | K |
int | blockSize |
int | GL |
bool | newMergeMethod |
bool | quadratic |
bool | keep_skins |
bool | tetra |
bool | adjEnts |
bool | parmerge |
Definition at line 22 of file MeshGeneration.hpp.
int moab::MeshGeneration::BrickOpts::A |
Definition at line 27 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::adjEnts |
Definition at line 35 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::B |
Definition at line 27 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::blockSize |
Definition at line 29 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::C |
Definition at line 27 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::GL |
Definition at line 30 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::K |
Definition at line 28 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::keep_skins |
Definition at line 33 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::M |
Definition at line 28 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
int moab::MeshGeneration::BrickOpts::N |
Definition at line 28 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::newMergeMethod |
Definition at line 31 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::parmerge |
Definition at line 36 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::quadratic |
Definition at line 32 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
bool moab::MeshGeneration::BrickOpts::tetra |
Definition at line 34 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
CartVect moab::MeshGeneration::BrickOpts::ui |
Definition at line 25 of file MeshGeneration.hpp.
Referenced by main().
CartVect moab::MeshGeneration::BrickOpts::uj |
Definition at line 25 of file MeshGeneration.hpp.
Referenced by main().
CartVect moab::MeshGeneration::BrickOpts::uk |
Definition at line 25 of file MeshGeneration.hpp.
Referenced by main().
double moab::MeshGeneration::BrickOpts::xsize |
Definition at line 26 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
double moab::MeshGeneration::BrickOpts::ysize |
Definition at line 26 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().
double moab::MeshGeneration::BrickOpts::zsize |
Definition at line 26 of file MeshGeneration.hpp.
Referenced by moab::MeshGeneration::BrickInstance(), and main().