|
| WellConnectionAuxiliaryModule (const Schedule &schedule, const Dune::CpGrid &grid) |
|
unsigned | numDofs () const |
| Returns the number of additional degrees of freedom required for the auxiliary module.
|
|
void | addNeighbors (std::vector< NeighborSet > &neighbors) const |
| Specify the additional neighboring correlations caused by the auxiliary module.
|
|
void | applyInitial () |
| Set the initial condition of the auxiliary module in the solution vector.
|
|
void | linearize (SparseMatrixAdapter &, GlobalEqVector &) |
| Linearize the auxiliary equation.
|
|
void | setDofOffset (int value) |
| Set the offset in the global system of equations for the first degree of freedom of this auxiliary module.
|
|
int | dofOffset () |
| Return the offset in the global system of equations for the first degree of freedom of this auxiliary module.
|
|
int | localToGlobalDof (unsigned localDofIdx) const |
| Given a degree of freedom relative to the current auxiliary equation, return the corresponding index in the global system of equations.
|
|
virtual void | postSolve (GlobalEqVector &) |
| This method is called after the linear solver has been called but before the solution is updated for the next iteration.
|
|
◆ addNeighbors()
◆ applyInitial()
◆ linearize()
◆ numDofs()
The documentation for this class was generated from the following file: