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
CMakeLists.txt -rw-r--r-- 179 bytes
CreateHTProcess.cpp -rw-r--r-- 7.7 KB
CreateHTProcess.h -rw-r--r-- 1000 bytes
HTFEM.h -rw-r--r-- 12.6 KB
HTLocalAssemblerInterface.h -rw-r--r-- 2.6 KB
HTProcess.cpp -rw-r--r-- 8.7 KB
HTProcess.h -rw-r--r-- 4.0 KB
HTProcessData.h -rw-r--r-- 983 bytes
MonolithicHTFEM.h -rw-r--r-- 9.5 KB
StaggeredHTFEM-impl.h -rw-r--r-- 12.3 KB
StaggeredHTFEM.h -rw-r--r-- 4.0 KB
Tests.cmake -rw-r--r-- 37.2 KB

back to top