OGS
|
MeshLib specific, lazy, non-owning, non-mutating, composable range views.
Variables | |
constexpr ranges::views::view_closure | ids |
For an element of a range view return its id. | |
constexpr ranges::views::view_closure | names |
For an element of a range view return its name. | |
constexpr ranges::views::view_closure | coords |
|
inlineconstexpr |
Definition at line 232 of file Mesh.h.
Referenced by OGSMesh::getPointCoordinates().
|
inlineconstexpr |
For an element of a range view return its id.
Definition at line 225 of file Mesh.h.
Referenced by MeshLib::Mesh::Mesh(), ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::SmallDeformationProcess(), MaterialPropertyLib::checkMaterialSpatialDistributionMap(), MaterialPropertyLib::checkMPLPhasesForSinglePhaseFlow(), ProcessLib::ComponentTransport::checkMPLProperties(), ProcessLib::RichardsComponentTransport::anonymous_namespace{CreateRichardsComponentTransportProcess.cpp}::checkMPLProperties(), ProcessLib::StokesFlow::anonymous_namespace{CreateStokesFlowProcess.cpp}::checkMPLProperties(), MeshLib::computeGhostBaseNodeGlobalNodeIDsOfSubDomainPartition(), MeshLib::computeNumberOfRegularNodes(), ApplicationUtils::computePartitionIDPerElement(), MeshLib::computeRegularBaseNodeGlobalNodeIDsOfSubDomainPartition(), ProcessLib::createDeactivatedSubdomainMesh(), MeshLib::createMeshFromElementSelection(), NumLib::MeshComponentMap::createSerialMeshComponentMap(), ProcessLib::extractElementsAlongOuterNodes(), ProcessLib::extractInnerAndOuterNodes(), MeshLib::filter(), MeshLib::findElementsConnectedToNodes(), MeshToolsLib::BoundaryExtraction::getBoundaryElementsAsMesh(), OGSMesh::getCells(), ProcessLib::getEssentialBCValuesLocal(), MeshToolsLib::MeshSurfaceExtraction::getMeshSurface(), anonymous_namespace{IdentifySubdomainMesh.cpp}::identifySubdomainMeshElements(), ProcessLib::ConstraintDirichletBoundaryCondition::preTimestep(), and MeshLib::IO::transformToXDMFTopology().
|
inlineconstexpr |
For an element of a range view return its name.
Definition at line 229 of file Mesh.h.
Referenced by anonymous_namespace{ProjectData.cpp}::readMeshes().