|
| declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| laplacianScheme (const faMesh &mesh) |
|
| laplacianScheme (const faMesh &mesh, Istream &is) |
|
virtual | ~laplacianScheme () |
|
const faMesh & | mesh () const |
|
virtual tmp< faMatrix< Type > > | famLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
|
virtual tmp< faMatrix< Type > > | famLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
|
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
|
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
|
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
|
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 Foam::fa::laplacianScheme< Type >
Abstract base class for finite area calculus laplacian schemes.
- Source files
-
Definition at line 64 of file faLaplacianScheme.H.