NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType > Class Template Reference

#include <gaussGreenDdtDivLaplacian.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >:
NeoN::dsl::OperatorMixin< VolumeField< ValueType > >

Public Types

using VectorValueType = ValueType
 

Public Member Functions

 GaussGreenDdtDivLaplacian (const Executor &exec, Dictionary divConfig, Dictionary lapConfig)
 
void explicitOperation (Vector< ValueType > &source, scalar t, scalar dt) const
 
void implicitOperation (la::LinearSystem< ValueType > &ls, scalar t, scalar dt) const
 
void read (const Input &input)
 
std::string getName () const
 
Dictionary getConfig () const
 
- Public Member Functions inherited from NeoN::dsl::OperatorMixin< VolumeField< ValueType > >
 OperatorMixin (const Executor exec, const Coeff &coeffs, const VolumeField< ValueType > &field, Operator::Type type)
 
Operator::Type getType () const
 
virtual ~OperatorMixin ()=default
 
virtual const Executorexec () const final
 
CoeffgetCoefficient ()
 
const CoeffgetCoefficient () const
 
const VolumeField< ValueType > & getVector () const
 
void read (const Input &input)
 

Additional Inherited Members

- Protected Attributes inherited from NeoN::dsl::OperatorMixin< VolumeField< ValueType > >
const Executor exec_
 Executor associated with the field. (CPU, GPU, openMP, etc.)
 
Coeff coeffs_
 
const VolumeField< ValueType > & field_
 
Operator::Type type_
 

Detailed Description

template<typename ValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >

Definition at line 21 of file gaussGreenDdtDivLaplacian.hpp.

Member Typedef Documentation

◆ VectorValueType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::VectorValueType = ValueType

Definition at line 26 of file gaussGreenDdtDivLaplacian.hpp.

Constructor & Destructor Documentation

◆ GaussGreenDdtDivLaplacian()

template<typename ValueType >
NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::GaussGreenDdtDivLaplacian ( const Executor exec,
Dictionary  divConfig,
Dictionary  lapConfig 
)
inline

Definition at line 28 of file gaussGreenDdtDivLaplacian.hpp.

Member Function Documentation

◆ explicitOperation()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::explicitOperation ( Vector< ValueType > &  source,
scalar  t,
scalar  dt 
) const
inline

Definition at line 42 of file gaussGreenDdtDivLaplacian.hpp.

◆ getConfig()

template<typename ValueType >
Dictionary NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::getConfig ( ) const
inline

Definition at line 77 of file gaussGreenDdtDivLaplacian.hpp.

◆ getName()

template<typename ValueType >
std::string NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::getName ( ) const
inline

Definition at line 75 of file gaussGreenDdtDivLaplacian.hpp.

◆ implicitOperation()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::implicitOperation ( la::LinearSystem< ValueType > &  ls,
scalar  t,
scalar  dt 
) const

◆ read()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::GaussGreenDdtDivLaplacian< ValueType >::read ( const Input input)
inline

Definition at line 46 of file gaussGreenDdtDivLaplacian.hpp.


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