Basic second-order div using face-gradients and Gauss' theorem. More...


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. More... | |
| gaussDivScheme (const faMesh &mesh) | |
| Construct null. More... | |
| gaussDivScheme (const faMesh &mesh, Istream &is) | |
| Construct from Istream. More... | |
| tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | facDiv (const GeometricField< Type, faPatchField, areaMesh > &) |
Public Member Functions inherited from divScheme< Type > | |
| declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| divScheme (const faMesh &mesh) | |
| Construct from mesh. More... | |
| divScheme (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. More... | |
| virtual | ~divScheme () |
| Destructor. More... | |
| const faMesh & | mesh () const |
| Return mesh reference. More... | |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. More... | |
| int | use_count () const noexcept |
| Return the current reference count. More... | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. More... | |
| void | operator++ () noexcept |
| Increment the reference count. More... | |
| void | operator++ (int) noexcept |
| Increment the reference count. More... | |
| void | operator-- () noexcept |
| Decrement the reference count. More... | |
| void | operator-- (int) noexcept |
| Decrement the reference count. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from divScheme< Type > | |
| static tmp< divScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new divScheme created on freestore. More... | |
Protected Member Functions inherited from divScheme< Type > | |
| divScheme (const divScheme &)=delete | |
| No copy construct. More... | |
| void | operator= (const divScheme &)=delete |
| No copy assignment. More... | |
Protected Attributes inherited from divScheme< Type > | |
| const faMesh & | mesh_ |
| tmp< edgeInterpolationScheme< Type > > | tinterpScheme_ |
Basic second-order div using face-gradients and Gauss' theorem.
Definition at line 53 of file gaussFaDivScheme.H.
|
inline |
Construct null.
Definition at line 83 of file gaussFaDivScheme.H.
|
inline |
Construct from Istream.
Definition at line 91 of file gaussFaDivScheme.H.
| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Implements divScheme< Type >.