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
ComputeResiduum.cpp -rw-r--r-- 812 bytes
ComputeResiduum.h -rw-r--r-- 703 bytes
CreateLocalAssemblers.h -rw-r--r-- 3.6 KB
LocalDataInitializer.h -rw-r--r-- 14.7 KB
ProcessUtils.cpp -rw-r--r-- 3.4 KB
ProcessUtils.h -rw-r--r-- 1.5 KB
SetOrGetIntegrationPointData.h -rw-r--r-- 6.1 KB
TransposeInPlace.h -rw-r--r-- 1.2 KB

back to top