fusedGaussDivScheme< Type > Class Template Reference

Variant of gaussDiv that avoids intermediates. More...

Inheritance diagram for fusedGaussDivScheme< Type >:
Collaboration diagram for fusedGaussDivScheme< Type >:

Public Member Functions

 TypeName ("fusedGauss")
 Runtime type information. More...
 
 fusedGaussDivScheme (const fvMesh &mesh)
 Construct null. More...
 
 fusedGaussDivScheme (const fvMesh &mesh, Istream &is)
 Construct from Istream. More...
 
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)
 
- Public Member Functions inherited from divScheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 divScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 divScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
virtual ~divScheme ()=default
 Destructor. More...
 
const fvMeshmesh () 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 fvMesh &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 fvMeshmesh_
 
tmp< surfaceInterpolationScheme< Type > > tinterpScheme_
 

Detailed Description

template<class Type>
class Foam::fv::fusedGaussDivScheme< Type >

Variant of gaussDiv that avoids intermediates.

Source files

Definition at line 55 of file fusedGaussDivScheme.H.

Constructor & Destructor Documentation

◆ fusedGaussDivScheme() [1/2]

fusedGaussDivScheme ( const fvMesh mesh)
inline

Construct null.

Definition at line 85 of file fusedGaussDivScheme.H.

◆ fusedGaussDivScheme() [2/2]

fusedGaussDivScheme ( const fvMesh mesh,
Istream is 
)
inline

Construct from Istream.

Definition at line 93 of file fusedGaussDivScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "fusedGauss"  )

Runtime type information.

◆ fvcDiv()

tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > fvcDiv ( const GeometricField< Type, fvPatchField, volMesh > &  )
virtual

Implements divScheme< Type >.


The documentation for this class was generated from the following file: