OGS
MeshLib::Mesh Member List

This is the complete list of members for MeshLib::Mesh, including all inherited members.

_edge_lengthMeshLib::Meshprotected
_elementsMeshLib::Meshprotected
_elements_connected_to_nodesMeshLib::Meshprotected
_idMeshLib::Meshprotected
_is_axially_symmetricMeshLib::Meshprotected
_mesh_dimensionMeshLib::Meshprotected
_nameMeshLib::Meshprotected
_node_distanceMeshLib::Meshprotected
_nodesMeshLib::Meshprotected
_propertiesMeshLib::Meshprotected
addElement(Element *elem)MeshLib::Mesh
ApplicationUtils::NodeWiseMeshPartitioner classMeshLib::Meshfriend
calcEdgeLengthRange()MeshLib::Meshprotected
getDimension() constMeshLib::Meshinline
getElement(std::size_t idx) constMeshLib::Meshinline
getElements() constMeshLib::Meshinline
getElementsConnectedToNode(std::size_t node_id) constMeshLib::Mesh
getElementsConnectedToNode(Node const &node) constMeshLib::Mesh
getID() constMeshLib::Meshinline
getMaxEdgeLength() constMeshLib::Meshinline
getMinEdgeLength() constMeshLib::Meshinline
getName() constMeshLib::Meshinline
getNode(std::size_t idx) constMeshLib::Meshinline
getNodes() constMeshLib::Meshinline
getNumberOfBaseNodes() constMeshLib::Mesh
getNumberOfElements() constMeshLib::Meshinline
getNumberOfNodes() constMeshLib::Meshinline
getProperties()MeshLib::Meshinline
getProperties() constMeshLib::Meshinline
hasNonlinearElement() constMeshLib::Mesh
isAxiallySymmetric() constMeshLib::Meshinline
Mesh(std::string name, std::vector< Node * > nodes, std::vector< Element * > elements, Properties const &properties=Properties())MeshLib::Mesh
Mesh(const Mesh &mesh)MeshLib::Mesh
removeMeshNodes(Mesh &mesh, const std::vector< std::size_t > &nodes)MeshLib::Meshfriend
resetElementIDs()MeshLib::Mesh
resetNodeIDs()MeshLib::Mesh
setAxiallySymmetric(bool is_axial_symmetric)MeshLib::Meshinline
setDimension()MeshLib::Meshprotected
setElementNeighbors()MeshLib::Meshprotected
setName(const std::string &name)MeshLib::Meshinline
~Mesh()MeshLib::Meshvirtual