NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::GaussGreenGrad Class Reference

#include <gaussGreenGrad.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::GaussGreenGrad:

Public Member Functions

 GaussGreenGrad (const Executor &exec, const UnstructuredMesh &mesh)
 
virtual void grad (const VolumeField< scalar > &, const dsl::Coeff, la::LinearSystem< Vec3, localIdx > &) const override
 
virtual void grad (const VolumeField< scalar > &phi, const dsl::Coeff operatorScaling, Vector< Vec3 > &gradPhi) const
 
virtual void grad (const VolumeField< scalar > &, const dsl::Coeff, VolumeField< Vec3 > &) const
 
VolumeField< Vec3grad (const VolumeField< scalar > &phi, const dsl::Coeff operatorScaling=dsl::Coeff {}) const
 
virtual std::unique_ptr< GradOperatorFactory< Vec3 > > clone () const
 

Static Public Member Functions

static std::string name ()
 
static std::string doc ()
 
static std::string schema ()
 

Detailed Description

Definition at line 16 of file gaussGreenGrad.hpp.

Constructor & Destructor Documentation

◆ GaussGreenGrad()

NeoN::finiteVolume::cellCentred::GaussGreenGrad::GaussGreenGrad ( const Executor exec,
const UnstructuredMesh mesh 
)

Member Function Documentation

◆ clone()

virtual std::unique_ptr< GradOperatorFactory< Vec3 > > NeoN::finiteVolume::cellCentred::GaussGreenGrad::clone ( ) const
inlinevirtual

Definition at line 70 of file gaussGreenGrad.hpp.

◆ doc()

static std::string NeoN::finiteVolume::cellCentred::GaussGreenGrad::doc ( )
inlinestatic

Definition at line 25 of file gaussGreenGrad.hpp.

◆ grad() [1/4]

virtual void NeoN::finiteVolume::cellCentred::GaussGreenGrad::grad ( const VolumeField< scalar > &  ,
const dsl::Coeff  ,
la::LinearSystem< Vec3, localIdx > &   
) const
inlineoverridevirtual

Definition at line 40 of file gaussGreenGrad.hpp.

◆ grad() [2/4]

virtual void NeoN::finiteVolume::cellCentred::GaussGreenGrad::grad ( const VolumeField< scalar > &  ,
const dsl::Coeff  ,
VolumeField< Vec3 > &   
) const
inlinevirtual

Definition at line 56 of file gaussGreenGrad.hpp.

◆ grad() [3/4]

virtual void NeoN::finiteVolume::cellCentred::GaussGreenGrad::grad ( const VolumeField< scalar > &  phi,
const dsl::Coeff  operatorScaling,
Vector< Vec3 > &  gradPhi 
) const
virtual

◆ grad() [4/4]

VolumeField< Vec3 > NeoN::finiteVolume::cellCentred::GaussGreenGrad::grad ( const VolumeField< scalar > &  phi,
const dsl::Coeff  operatorScaling = dsl::Coeff {} 
) const

◆ name()

static std::string NeoN::finiteVolume::cellCentred::GaussGreenGrad::name ( )
inlinestatic

Definition at line 23 of file gaussGreenGrad.hpp.

◆ schema()

static std::string NeoN::finiteVolume::cellCentred::GaussGreenGrad::schema ( )
inlinestatic

Definition at line 27 of file gaussGreenGrad.hpp.


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