![]() |
|
Public Member Functions | |
declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
divScheme (const faMesh &mesh) | |
Construct from mesh. | |
divScheme (const faMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
virtual | ~divScheme () |
const faMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | facDiv (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
Static Public Member Functions | |
tmp< divScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return a pointer to a new divScheme created on freestore. | |
Protected Member Functions | |
divScheme (const divScheme &) | |
Disallow copy construct. | |
void | operator= (const divScheme &) |
Disallow default bitwise assignment. | |
Protected Attributes | |
const faMesh & | mesh_ |
tmp< edgeInterpolationScheme< Type > > | tinterpScheme_ |
|
Disallow copy construct.
|
|
Construct from mesh.
Definition at line 113 of file faDivScheme.H. References mesh. |
|
Construct from mesh and Istream.
Definition at line 120 of file faDivScheme.H. |
|
|
|
|
|
Implemented in gaussDivScheme. |
|
Return mesh reference.
Definition at line 145 of file faDivScheme.H. |
|
Return a pointer to a new divScheme created on freestore.
|
|
Disallow default bitwise assignment.
|
|
Definition at line 83 of file faDivScheme.H. |
|
Definition at line 84 of file faDivScheme.H. |