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
File Mode Size
Curve
Integration
InterpolationAlgorithms
LinAlg
Nonlinear
ODE
CMakeLists.txt -rw-r--r-- 1.8 KB
GeometricBasics.cpp -rw-r--r-- 9.9 KB
GeometricBasics.h -rw-r--r-- 7.0 KB
KelvinVector-impl.h -rw-r--r-- 3.7 KB
KelvinVector.cpp -rw-r--r-- 7.8 KB
KelvinVector.h -rw-r--r-- 9.1 KB
MathTools.cpp -rw-r--r-- 1.7 KB
MathTools.h -rw-r--r-- 1.7 KB
Point3d.cpp -rw-r--r-- 371 bytes
Point3d.h -rw-r--r-- 1.6 KB
Point3dWithID.h -rw-r--r-- 2.2 KB
TemplatePoint.h -rw-r--r-- 5.1 KB
TemplateWeightedPoint.h -rw-r--r-- 965 bytes

back to top