![]() |
OGS
|
A struct to keep the references to the local element solutions of the current and previous time step solutions of the equations of the coupled processes.
During the global assembly loop, an instance of this struct is created for each element and it is then passed to local assemblers.
Definition at line 50 of file CoupledSolutionsForStaggeredScheme.h.
#include <CoupledSolutionsForStaggeredScheme.h>
Public Member Functions | |
LocalCoupledSolutions (std::vector< double > &&local_coupled_xs0_) | |
Public Attributes | |
std::vector< double > const | local_coupled_xs0 |
Local solutions of the previous time step. More... | |
|
inlineexplicit |
Definition at line 52 of file CoupledSolutionsForStaggeredScheme.h.
std::vector<double> const ProcessLib::LocalCoupledSolutions::local_coupled_xs0 |
Local solutions of the previous time step.
Definition at line 58 of file CoupledSolutionsForStaggeredScheme.h.