NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType > Class Template Reference

#include <gaussGreenLaplacian.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >:

Public Member Functions

 GaussGreenLaplacian (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs)
 
virtual void laplacian (VolumeField< FieldValueType > &lapPhi, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override
 
virtual VolumeField< FieldValueType > laplacian (const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) const override
 
virtual void laplacian (Vector< FieldValueType > &lapPhi, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override
 
virtual void laplacian (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override
 
std::unique_ptr< LaplacianOperatorFactory< FieldValueType, AssemblyType > > clone () const override
 

Static Public Member Functions

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

Detailed Description

template<typename FieldValueType, typename AssemblyType = FieldValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >

Definition at line 31 of file gaussGreenLaplacian.hpp.

Constructor & Destructor Documentation

◆ GaussGreenLaplacian()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::GaussGreenLaplacian ( const Executor exec,
const UnstructuredMesh mesh,
const Input inputs 
)
inline

Definition at line 46 of file gaussGreenLaplacian.hpp.

Member Function Documentation

◆ clone()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
std::unique_ptr< LaplacianOperatorFactory< FieldValueType, AssemblyType > > NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::clone ( ) const
inlineoverride

Definition at line 77 of file gaussGreenLaplacian.hpp.

◆ doc()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::doc ( )
inlinestatic

Definition at line 42 of file gaussGreenLaplacian.hpp.

◆ laplacian() [1/4]

template<typename FieldValueType , typename AssemblyType = FieldValueType>
virtual VolumeField< FieldValueType > NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::laplacian ( const SurfaceField< scalar > &  gamma,
const VolumeField< FieldValueType > &  phi,
const dsl::Coeff  coeff 
) const
overridevirtual

◆ laplacian() [2/4]

template<typename FieldValueType , typename AssemblyType = FieldValueType>
virtual void NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::laplacian ( la::LinearSystem< AssemblyType, FieldValueType > &  ls,
const SurfaceField< scalar > &  gamma,
const VolumeField< FieldValueType > &  phi,
const dsl::Coeff  coeff 
)
overridevirtual

◆ laplacian() [3/4]

template<typename FieldValueType , typename AssemblyType = FieldValueType>
virtual void NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::laplacian ( Vector< FieldValueType > &  lapPhi,
const SurfaceField< scalar > &  gamma,
const VolumeField< FieldValueType > &  phi,
const dsl::Coeff  coeff 
)
overridevirtual

◆ laplacian() [4/4]

template<typename FieldValueType , typename AssemblyType = FieldValueType>
virtual void NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::laplacian ( VolumeField< FieldValueType > &  lapPhi,
const SurfaceField< scalar > &  gamma,
const VolumeField< FieldValueType > &  phi,
const dsl::Coeff  coeff 
)
overridevirtual

◆ name()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::name ( )
inlinestatic

Definition at line 40 of file gaussGreenLaplacian.hpp.

◆ schema()

template<typename FieldValueType , typename AssemblyType = FieldValueType>
static std::string NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >::schema ( )
inlinestatic

Definition at line 44 of file gaussGreenLaplacian.hpp.


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