37#ifndef Foam_fvScalarMatrix_H
38#define Foam_fvScalarMatrix_H
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
SolverPerformance< Type > solve()
Solve returning the solution statistics.
autoPtr< fvSolver > solver()
Construct and return the solver.
tmp< volScalarField > H1() const
Return H(1).
void setComponentReference(const label patchi, const label facei, const direction cmpt, const scalar value)
Set reference level for a component of the solution on a given patch face.
tmp< GeometricField< Type, fvPatchField, volMesh > > H() const
Return the H operation source.
tmp< Field< Type > > residual() const
Return the matrix residual.
SolverPerformance< Type > solveSegregated(const dictionary &)
Solve segregated returning the solution statistics.
A class for managing temporary objects.
Forward declarations of fvMatrix specializations.
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.