|
| virtual const word & | type () const =0 |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
| |
| | faDdtScheme (const faDdtScheme &)=delete |
| | No copy construct. More...
|
| |
| void | operator= (const faDdtScheme &)=delete |
| | No copy assignment. More...
|
| |
| | faDdtScheme (const faMesh &mesh) |
| | Construct from mesh. More...
|
| |
| | faDdtScheme (const faMesh &mesh, Istream &) |
| | Construct from mesh and Istream. More...
|
| |
| virtual | ~faDdtScheme () |
| | Destructor. More...
|
| |
| const faMesh & | mesh () const noexcept |
| | Return mesh reference. More...
|
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const dimensioned< Type >)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const dimensioned< Type >)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< faMatrix< Type > > | famDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< faMatrix< Type > > | famDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| virtual tmp< faMatrix< Type > > | famDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| |
| 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...
|
| |
template<class Type>
class Foam::fa::faDdtScheme< Type >
Definition at line 61 of file faDdtScheme.H.