|
virtual const word & | type () const =0 |
|
| declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| laplacianScheme (const fvMesh &mesh) |
|
| laplacianScheme (const fvMesh &mesh, Istream &is) |
|
| laplacianScheme (const fvMesh &mesh, const tmp< surfaceInterpolationScheme< GType >> &igs, const tmp< snGradScheme< Type >> &sngs) |
|
virtual | ~laplacianScheme ()=default |
|
const fvMesh & | mesh () const |
|
virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
|
virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvPatchField, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcLaplacian (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
|
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcLaplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
|
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcLaplacian (const GeometricField< GType, fvPatchField, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
constexpr | refCount () noexcept |
|
int | count () const noexcept |
|
bool | unique () const noexcept |
|
void | operator++ () noexcept |
|
void | operator++ (int) noexcept |
|
void | operator-- () noexcept |
|
void | operator-- (int) noexcept |
|
template<class Type, class GType>
class Foam::fv::laplacianScheme< Type, GType >
Abstract base class for laplacian schemes.
- Source files
-
Definition at line 66 of file laplacianScheme.H.