

Go to the source code of this file.
Classes | |
| class | fvMatrix< Type > |
| A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More... | |
| class | UIndirectList< T > |
| A List with indirect addressing. More... | |
| class | fvMatrix< Type > |
| A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More... | |
| class | fvMatrix< Type >::fvSolver |
| Solver class returned by the solver function. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const fvMatrix< Type > &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const fvMatrix< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const tmp< fvMatrix< Type >> &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const tmp< fvMatrix< Type >> &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | operator& (const tmp< fvMatrix< Type >> &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| Ostream & | operator<< (Ostream &, const fvMatrix< Type > &) |
| template<class Type > | |
| void | checkMethod (const fvMatrix< Type > &, const fvMatrix< Type > &, const char *) |
| template<class Type > | |
| void | checkMethod (const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &, const char *) |
| template<class Type > | |
| void | checkMethod (const fvMatrix< Type > &, const dimensioned< Type > &, const char *) |
| template<class Type > | |
| SolverPerformance< Type > | solve (fvMatrix< Type > &, const dictionary &) |
| Solve returning the solution statistics given convergence tolerance. More... | |
| template<class Type > | |
| SolverPerformance< Type > | solve (const tmp< fvMatrix< Type >> &, const dictionary &) |
| Solve returning the solution statistics given convergence tolerance,. More... | |
| template<class Type > | |
| SolverPerformance< Type > | solve (fvMatrix< Type > &) |
| Solve returning the solution statistics given convergence tolerance. More... | |
| template<class Type > | |
| SolverPerformance< Type > | solve (const tmp< fvMatrix< Type >> &) |
| Solve returning the solution statistics given convergence tolerance,. More... | |
| template<class Type > | |
| tmp< fvMatrix< Type > > | correction (const fvMatrix< Type > &) |
| Return the correction form of the given matrix. More... | |
| template<class Type > | |
| tmp< fvMatrix< Type > > | correction (const tmp< fvMatrix< Type >> &) |
| Return the correction form of the given temporary matrix. More... | |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const fvMatrix< Type > &, const zero &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator== (const tmp< fvMatrix< Type >> &, const zero &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const DimensionedField< Type, volMesh > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< DimensionedField< Type, volMesh >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< GeometricField< Type, fvPatchField, volMesh >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const DimensionedField< Type, volMesh > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< DimensionedField< Type, volMesh >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< GeometricField< Type, fvPatchField, volMesh >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const fvMatrix< Type > &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const tmp< fvMatrix< Type >> &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const dimensioned< Type > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator+ (const dimensioned< Type > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const DimensionedField< Type, volMesh > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const tmp< DimensionedField< Type, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const DimensionedField< Type, volMesh > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< DimensionedField< Type, volMesh >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< GeometricField< Type, fvPatchField, volMesh >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const DimensionedField< Type, volMesh > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< DimensionedField< Type, volMesh >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< GeometricField< Type, fvPatchField, volMesh >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const fvMatrix< Type > &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const tmp< fvMatrix< Type >> &, const dimensioned< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const dimensioned< Type > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator- (const dimensioned< Type > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const DimensionedField< scalar, volMesh > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const tmp< DimensionedField< scalar, volMesh >> &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const tmp< volScalarField > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const DimensionedField< scalar, volMesh > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const tmp< DimensionedField< scalar, volMesh >> &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const tmp< volScalarField > &, const tmp< fvMatrix< Type >> &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const dimensioned< scalar > &, const fvMatrix< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | operator* (const dimensioned< scalar > &, const tmp< fvMatrix< Type >> &) |
Original source file fvMatrix.H
Definition in file fvMatrix.H.
1.8.11