Loading [MathJax]/extensions/tex2jax.js
OGS
ProcessLib::LocalCoupledSolutions Struct Reference

Detailed Description

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...
 

Constructor & Destructor Documentation

◆ LocalCoupledSolutions()

ProcessLib::LocalCoupledSolutions::LocalCoupledSolutions ( std::vector< double > &&  local_coupled_xs0_)
inlineexplicit

Definition at line 52 of file CoupledSolutionsForStaggeredScheme.h.

53  : local_coupled_xs0(std::move(local_coupled_xs0_))
54  {
55  }
std::vector< double > const local_coupled_xs0
Local solutions of the previous time step.

Member Data Documentation

◆ local_coupled_xs0

std::vector<double> const ProcessLib::LocalCoupledSolutions::local_coupled_xs0

Local solutions of the previous time step.

Definition at line 58 of file CoupledSolutionsForStaggeredScheme.h.


The documentation for this struct was generated from the following file: