![]() |
|
Public Member Functions | |
declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
laplacianScheme (const faMesh &mesh) | |
Construct from mesh. | |
laplacianScheme (const faMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
virtual | ~laplacianScheme () |
const faMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< faMatrix< Type > > | famLaplacian (const edgeScalarField &, GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< faMatrix< Type > > | famLaplacian (const areaScalarField &, 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 > &) |
Static Public Member Functions | |
tmp< laplacianScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return a pointer to a new laplacianScheme created on freestore. | |
Protected Member Functions | |
laplacianScheme (const laplacianScheme &) | |
Disallow copy construct. | |
void | operator= (const laplacianScheme &) |
Disallow default bitwise assignment. | |
Protected Attributes | |
const faMesh & | mesh_ |
tmp< edgeInterpolationScheme< scalar > > | tinterpGammaScheme_ |
tmp< lnGradScheme< Type > > | tlnGradScheme_ |
|
Disallow copy construct.
|
|
Construct from mesh.
Definition at line 115 of file faLaplacianScheme.H. References IOstream::eof(), and mesh. |
Here is the call graph for this function:
|
Construct from mesh and Istream.
Definition at line 123 of file faLaplacianScheme.H. |
|
|
|
|
|
|
|
Implemented in gaussLaplacianScheme. |
|
Implemented in gaussLaplacianScheme. |
|
|
|
Implemented in gaussLaplacianScheme. |
|
Return mesh reference.
Definition at line 174 of file faLaplacianScheme.H. References Foam::areaScalarField, and Foam::edgeScalarField. |
|
Return a pointer to a new laplacianScheme created on freestore.
|
|
Disallow default bitwise assignment.
|
|
Definition at line 84 of file faLaplacianScheme.H. |
|
Definition at line 85 of file faLaplacianScheme.H. |
|
Definition at line 86 of file faLaplacianScheme.H. |