NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts Struct Reference

Detailed Description

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< CustomDomaincustomDomain {}
 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...
 

Member Data Documentation

◆ createCohesive

bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::createCohesive {false}

Definition at line 67 of file SurfacePackMeshDriver.H.

◆ customDomain

jsoncons::optional<CustomDomain> NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::customDomain {}

Definition at line 79 of file SurfacePackMeshDriver.H.

◆ elemOrder

int NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::elemOrder {1}

Definition at line 87 of file SurfacePackMeshDriver.H.

◆ enablePatches

bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::enablePatches {false}

Definition at line 71 of file SurfacePackMeshDriver.H.

◆ physGrpOptions

PhysGrpOpts NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::physGrpOptions {PhysGrpOpts::NONE}

Definition at line 63 of file SurfacePackMeshDriver.H.

◆ setPeriodicGeo

bool NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::setPeriodicGeo {false}

Definition at line 75 of file SurfacePackMeshDriver.H.

◆ transferMesh

std::array<double, 3> NEM::DRV::SurfacePackMeshDriver::Periodic3DOpts::transferMesh {}

Definition at line 83 of file SurfacePackMeshDriver.H.


The documentation for this struct was generated from the following file: