Definition at line 62 of file SurfacePackMeshDriver.H.
Public Attributes | |
PhysGrpOpts | physGrpOptions {PhysGrpOpts::NONE} |
bool | createCohesive {false} |
Boolean for enabling cohesive elements creation. More... | |
bool | enablePatches {false} |
Boolean for enabling patches. More... | |
bool | setPeriodicGeo {false} |
Boolean for setting periodic geometry. More... | |
jsoncons::optional< CustomDomain > | customDomain {} |
for users to specify custom domain size. More... | |
std::array< double, 3 > | transferMesh {} |
Parameters for translating mesh from origin. More... | |
int | elemOrder {1} |
Element order selected by user. More... | |
bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::createCohesive {false} |
Definition at line 67 of file SurfacePackMeshDriver.H.
jsoncons::optional<CustomDomain> NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::customDomain {} |
Definition at line 79 of file SurfacePackMeshDriver.H.
int NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::elemOrder {1} |
Definition at line 87 of file SurfacePackMeshDriver.H.
bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::enablePatches {false} |
Definition at line 71 of file SurfacePackMeshDriver.H.
PhysGrpOpts NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::physGrpOptions {PhysGrpOpts::NONE} |
Definition at line 63 of file SurfacePackMeshDriver.H.
bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::setPeriodicGeo {false} |
Definition at line 75 of file SurfacePackMeshDriver.H.
std::array<double, 3> NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::transferMesh {} |
Definition at line 83 of file SurfacePackMeshDriver.H.