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
BoundaryConditionAndSourceTerm
ComponentTransport
Deformation
HT
HeatConduction
HeatTransportBHE
HydroMechanics
LIE
LiquidFlow
Output
PhaseField
RichardsComponentTransport
RichardsFlow
RichardsMechanics
SmallDeformation
SmallDeformationNonlocal
SteadyStateDiffusion
StokesFlow
SurfaceFlux
TES
TH2M
ThermalTwoPhaseFlowWithPP
ThermoHydroMechanics
ThermoMechanicalPhaseField
ThermoMechanics
ThermoRichardsFlow
ThermoRichardsMechanics
TwoPhaseFlowWithPP
TwoPhaseFlowWithPrho
Utils
AbstractJacobianAssembler.h -rw-r--r-- 2.1 KB
AnalyticalJacobianAssembler.cpp -rw-r--r-- 1.7 KB
AnalyticalJacobianAssembler.h -rw-r--r-- 1.9 KB
CMakeLists.txt -rw-r--r-- 1.7 KB
CentralDifferencesJacobianAssembler.cpp -rw-r--r-- 7.1 KB
CentralDifferencesJacobianAssembler.h -rw-r--r-- 3.0 KB
CompareJacobiansJacobianAssembler.cpp -rw-r--r-- 13.5 KB
CompareJacobiansJacobianAssembler.h -rw-r--r-- 2.9 KB
CoupledSolutionsForStaggeredScheme.cpp -rw-r--r-- 1.8 KB
CoupledSolutionsForStaggeredScheme.h -rw-r--r-- 2.0 KB
CreateDeactivatedSubdomain.cpp -rw-r--r-- 11.8 KB
CreateDeactivatedSubdomain.h -rw-r--r-- 1.1 KB
CreateJacobianAssembler.cpp -rw-r--r-- 1.3 KB
CreateJacobianAssembler.h -rw-r--r-- 523 bytes
CreateProcessData.cpp -rw-r--r-- 5.9 KB
CreateProcessData.h -rw-r--r-- 640 bytes
CreateTimeLoop.cpp -rw-r--r-- 3.6 KB
CreateTimeLoop.h -rw-r--r-- 996 bytes
DeactivatedSubdomain.cpp -rw-r--r-- 2.4 KB
DeactivatedSubdomain.h -rw-r--r-- 3.7 KB
LocalAssemblerInterface.cpp -rw-r--r-- 5.9 KB
LocalAssemblerInterface.h -rw-r--r-- 6.4 KB
LocalAssemblerTraits.h -rw-r--r-- 6.2 KB
Process.cpp -rw-r--r-- 16.0 KB
Process.h -rw-r--r-- 13.4 KB
ProcessData.h -rw-r--r-- 2.5 KB
ProcessVariable.cpp -rw-r--r-- 12.8 KB
ProcessVariable.h -rw-r--r-- 4.6 KB
TimeLoop.cpp -rw-r--r-- 33.4 KB
TimeLoop.h -rw-r--r-- 4.6 KB
VariableTransformation.h -rw-r--r-- 2.3 KB
VectorMatrixAssembler.cpp -rw-r--r-- 6.5 KB
VectorMatrixAssembler.h -rw-r--r-- 2.8 KB

back to top