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-- 205 bytes
CreateThermoMechanicsProcess.cpp -rw-r--r-- 8.5 KB
CreateThermoMechanicsProcess.h -rw-r--r-- 2.5 KB
LocalAssemblerInterface.h -rw-r--r-- 2.1 KB
Tests.cmake -rw-r--r-- 15.2 KB
ThermoMechanicsFEM-impl.h -rw-r--r-- 27.9 KB
ThermoMechanicsFEM.h -rw-r--r-- 13.6 KB
ThermoMechanicsProcess.cpp -rw-r--r-- 15.2 KB
ThermoMechanicsProcess.h -rw-r--r-- 4.0 KB
ThermoMechanicsProcessData.h -rw-r--r-- 1.5 KB

back to top