Go to the source code of this file.
Classes | |
class | faMatrix |
A special matrix type and solver, designed for finite area solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More... | |
class | UIndirectList |
A List with indirect addressing. More... | |
class | faMatrix |
A special matrix type and solver, designed for finite area solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More... | |
class | faMatrix::faSolver |
Namespaces | |
Foam | |
Functions | |
template<class Type > | |
Ostream & | operator<< (Ostream &, const faMatrix< Type > &) |
template<class Type > | |
void | checkMethod (const faMatrix< Type > &, const faMatrix< Type > &, const char *) |
template<class Type > | |
void | checkMethod (const faMatrix< Type > &, const GeometricField< Type, faPatchField, areaMesh > &, const char *) |
template<class Type > | |
void | checkMethod (const faMatrix< Type > &, const dimensioned< Type > &, const char *) |
template<class Type > | |
SolverPerformance< Type > | solve (faMatrix< Type > &, Istream &) |
template<class Type > | |
SolverPerformance< Type > | solve (const tmp< faMatrix< Type >> &, Istream &) |
template<class Type > | |
SolverPerformance< Type > | solve (faMatrix< Type > &) |
template<class Type > | |
SolverPerformance< Type > | solve (const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const faMatrix< Type > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< faMatrix< Type >> &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const faMatrix< Type > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< faMatrix< Type >> &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const faMatrix< Type > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const tmp< faMatrix< Type >> &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const faMatrix< Type > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const tmp< faMatrix< Type >> &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const faMatrix< Type > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< faMatrix< Type >> &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const faMatrix< Type > &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< faMatrix< Type >> &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const GeometricField< Type, faPatchField, areaMesh > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< GeometricField< Type, faPatchField, areaMesh >> &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< GeometricField< Type, faPatchField, areaMesh >> &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const GeometricField< Type, faPatchField, areaMesh > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< GeometricField< Type, faPatchField, areaMesh >> &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< GeometricField< Type, faPatchField, areaMesh >> &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const faMatrix< Type > &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const tmp< faMatrix< Type >> &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const dimensioned< Type > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator+ (const dimensioned< Type > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const faMatrix< Type > &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const tmp< faMatrix< Type >> &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const dimensioned< Type > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator- (const dimensioned< Type > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const faMatrix< Type > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const tmp< faMatrix< Type >> &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const faMatrix< Type > &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const tmp< faMatrix< Type >> &, const tmp< GeometricField< Type, faPatchField, areaMesh >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const faMatrix< Type > &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator== (const tmp< faMatrix< Type >> &, const dimensioned< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const areaScalarField &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const areaScalarField &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const tmp< areaScalarField > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const tmp< areaScalarField > &, const tmp< faMatrix< Type >> &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const dimensioned< scalar > &, const faMatrix< Type > &) |
template<class Type > | |
tmp< faMatrix< Type > > | operator* (const dimensioned< scalar > &, const tmp< faMatrix< Type >> &) |
Original source file faMatrix.H
Definition in file faMatrix.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.