Revision 475c0bf07c7265b8ef987b3000740d71a3ca6d8e authored by Dmitri Naumov on 29 January 2021, 22:20:02 UTC, committed by Dmitri Naumov on 13 March 2021, 20:23:03 UTC
Using std::vector local variable avoids possible
use after move: access to header.n_cols and n_rows
in the same line as std::move(header).
1 parent 13672f6
History
File Mode Size
BoundaryCondition
ComponentTransport
Deformation
HT
HeatConduction
HeatTransportBHE
HydroMechanics
LIE
LiquidFlow
Output
PhaseField
RichardsComponentTransport
RichardsFlow
RichardsMechanics
SmallDeformation
SmallDeformationNonlocal
SourceTerms
SteadyStateDiffusion
SurfaceFlux
TES
ThermalTwoPhaseFlowWithPP
ThermoHydroMechanics
ThermoMechanicalPhaseField
ThermoMechanics
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.9 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
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-- 6.9 KB
DeactivatedSubdomain.h -rw-r--r-- 1.9 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.1 KB
Process.h -rw-r--r-- 13.2 KB
ProcessData.h -rw-r--r-- 2.5 KB
ProcessVariable.cpp -rw-r--r-- 12.1 KB
ProcessVariable.h -rw-r--r-- 4.4 KB
TimeLoop.cpp -rw-r--r-- 33.0 KB
TimeLoop.h -rw-r--r-- 4.8 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