|
Namespaces |
namespace | Foam |
Classes |
class | tetFemMatrix |
Functions |
template<class Type> |
Ostream & | operator<< (Ostream &, const tetFemMatrix< Type > &) |
template<class Type> |
void | checkMethod (const tetFemMatrix< Type > &, const tetFemMatrix< Type > &, const char *) |
template<class Type> |
void | checkMethod (const tetFemMatrix< Type > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &, const char *) |
template<class Type> |
void | checkMethod (const tetFemMatrix< Type > &, const dimensioned< Type > &, const char *) |
template<class Type> |
lduMatrix::solverPerformance | solve (tetFemMatrix< Type > &) |
| Solve returning the solution statistics given convergence tolerance.
|
template<class Type> |
lduMatrix::solverPerformance | solve (const tmp< tetFemMatrix< Type > > &) |
| Solve returning the solution statistics given convergence tolerance,.
|
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tetFemMatrix< Type > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< tetFemMatrix< Type > > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tetFemMatrix< Type > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< tetFemMatrix< Type > > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tetFemMatrix< Type > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tetFemMatrix< Type > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tetFemMatrix< Type > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tmp< tetFemMatrix< Type > > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tetFemMatrix< Type > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tmp< tetFemMatrix< Type > > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tetFemMatrix< Type > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< tetFemMatrix< Type > > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tetFemMatrix< Type > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< tetFemMatrix< Type > > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const GeometricField< Type, tetPolyPatchField, elementMesh > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const GeometricField< Type, tetPolyPatchField, elementMesh > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tetFemMatrix< Type > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tetFemMatrix< Type > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const GeometricField< Type, tetPolyPatchField, elementMesh > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const GeometricField< Type, tetPolyPatchField, elementMesh > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const tmp< tetFemMatrix< Type > > &, const dimensioned< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator+ (const dimensioned< Type > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const tmp< tetFemMatrix< Type > > &, const dimensioned< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator- (const dimensioned< Type > &, const tmp< tetFemMatrix< Type > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tetFemMatrix< Type > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tmp< tetFemMatrix< Type > > &, const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tetFemMatrix< Type > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tmp< tetFemMatrix< Type > > &, const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tetFemMatrix< Type > &, const dimensioned< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator== (const tmp< tetFemMatrix< Type > > &, const dimensioned< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator * (const dimensioned< scalar > &, const tetFemMatrix< Type > &) |
template<class Type> |
tmp< tetFemMatrix< Type > > | operator * (const dimensioned< scalar > &, const tmp< tetFemMatrix< Type > > &) |