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
pre-commit -rw-r--r-- 1.1 KB

back to top