- element_connectivityList of nodes to use for each element
C++ Type:std::vector
Description:List of nodes to use for each element
- nodal_positionsThe x,y,z positions of the nodes
C++ Type:std::vector
Description:The x,y,z positions of the nodes
ElementGenerator
Overview
This MeshGenerator object allows the user to create a single element (it is possible to create a simple mesh by adding elements one by one).
The user has to provide the positions of the nodes for his element, as well as the type of element he wants (QUAD4, TRI3,...) and the element node connectivity.
Further ElementGenerator Documentation
Input Parameters
- elem_typeThe type of element from libMesh to generate
C++ Type:MooseEnum
Description:The type of element from libMesh to generate
- inputOptional input mesh to add the elements to
C++ Type:MeshGeneratorName
Description:Optional input mesh to add the elements to
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Advanced Parameters
Input Files
- test/tests/meshgenerators/spiral_annular_mesh_generator/spiral_annular_mesh_generator2.i
- test/tests/meshgenerators/element_generator/eg2.i
- test/tests/meshgenerators/element_generator/element_generator.i