https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8c62075c55e1a76f3ec4fd3a7eeb76f164eedf98 authored by Thomas Fischer on 08 October 2021, 11:43:24 UTC, committed by Thomas Fischer on 09 October 2021, 13:20:36 UTC
In parallel simulations not every domain needs to
contains all MaterialIDs. Using a vector is thus
unpractical, sometimes memory will be wasted and
it is also error prone. Hence, a map solves these
issues.
1 parent 5fec8b1
History
Tip revision: 8c62075c55e1a76f3ec4fd3a7eeb76f164eedf98 authored by Thomas Fischer on 08 October 2021, 11:43:24 UTC
[ParamLib] Use map instead of vector in GroupedBasedParameter.
Tip revision: 8c62075
File Mode Size
Elements
IO
MeshEditing
MeshGenerators
MeshQuality
MeshSearch
Utils
Vtk
CMakeLists.txt -rw-r--r-- 1.4 KB
CoordinateSystem.cpp -rw-r--r-- 1.9 KB
CoordinateSystem.h -rw-r--r-- 1.7 KB
ElementCoordinatesMappingLocal.cpp -rw-r--r-- 2.9 KB
ElementCoordinatesMappingLocal.h -rw-r--r-- 1.4 KB
ElementStatus.cpp -rw-r--r-- 4.0 KB
ElementStatus.h -rw-r--r-- 2.1 KB
Location.cpp -rw-r--r-- 974 bytes
Location.h -rw-r--r-- 1.7 KB
Mesh.cpp -rw-r--r-- 12.2 KB
Mesh.h -rw-r--r-- 10.3 KB
MeshEnums.cpp -rw-r--r-- 5.5 KB
MeshEnums.h -rw-r--r-- 2.3 KB
MeshInformation.cpp -rw-r--r-- 4.1 KB
MeshInformation.h -rw-r--r-- 2.3 KB
MeshSubset.h -rw-r--r-- 3.0 KB
MeshSurfaceExtraction.cpp -rw-r--r-- 18.3 KB
MeshSurfaceExtraction.h -rw-r--r-- 3.6 KB
Node.cpp -rw-r--r-- 1.0 KB
Node.h -rw-r--r-- 1.6 KB
NodeAdjacencyTable.h -rw-r--r-- 2.1 KB
NodePartitionedMesh.h -rw-r--r-- 5.3 KB
Properties-impl.h -rw-r--r-- 7.0 KB
Properties.cpp -rw-r--r-- 4.7 KB
Properties.h -rw-r--r-- 7.3 KB
PropertyVector.h -rw-r--r-- 10.0 KB
VtkOGSEnum.cpp -rw-r--r-- 2.0 KB
VtkOGSEnum.h -rw-r--r-- 362 bytes
convertMeshToGeo.cpp -rw-r--r-- 6.0 KB
convertMeshToGeo.h -rw-r--r-- 1.5 KB
findElementsWithinRadius.cpp -rw-r--r-- 3.7 KB
findElementsWithinRadius.h -rw-r--r-- 1.2 KB

back to top