|
virtual const word & | type () const =0 |
|
| declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| faDdtScheme (const faMesh &mesh) |
|
| faDdtScheme (const faMesh &mesh, Istream &) |
|
virtual | ~faDdtScheme () |
|
const faMesh & | mesh () const |
|
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 |
|
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::faDdtScheme< Type >
Definition at line 62 of file faDdtScheme.H.