NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Member Functions | List of all members
NeoN::dsl::temporal::Ddt< VectorType > Class Template Reference

#include <ddt.hpp>

Inheritance diagram for NeoN::dsl::temporal::Ddt< VectorType >:
NeoN::dsl::OperatorMixin< VectorType >

Public Member Functions

 Ddt (VectorType &field)
 
std::string getName () const
 
void explicitOperation (Vector< scalar > &, scalar, scalar)
 
void implicitOperation (la::LinearSystem< scalar, localIdx > &, scalar, scalar)
 
- Public Member Functions inherited from NeoN::dsl::OperatorMixin< VectorType >
 OperatorMixin (const Executor exec, const Coeff &coeffs, VectorType &field, Operator::Type type)
 
Operator::Type getType () const
 
virtual ~OperatorMixin ()=default
 
virtual const Executorexec () const final
 
CoeffgetCoefficient ()
 
const CoeffgetCoefficient () const
 
VectorType & getVector ()
 
const VectorType & getVector () const
 
void build (const Input &input)
 

Additional Inherited Members

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

Detailed Description

template<typename VectorType>
class NeoN::dsl::temporal::Ddt< VectorType >

Definition at line 14 of file ddt.hpp.

Constructor & Destructor Documentation

◆ Ddt()

template<typename VectorType >
NeoN::dsl::temporal::Ddt< VectorType >::Ddt ( VectorType &  field)
inline

Definition at line 19 of file ddt.hpp.

Member Function Documentation

◆ explicitOperation()

template<typename VectorType >
void NeoN::dsl::temporal::Ddt< VectorType >::explicitOperation ( Vector< scalar > &  ,
scalar  ,
scalar   
)
inline

Definition at line 25 of file ddt.hpp.

◆ getName()

template<typename VectorType >
std::string NeoN::dsl::temporal::Ddt< VectorType >::getName ( ) const
inline

Definition at line 23 of file ddt.hpp.

◆ implicitOperation()

template<typename VectorType >
void NeoN::dsl::temporal::Ddt< VectorType >::implicitOperation ( la::LinearSystem< scalar, localIdx > &  ,
scalar  ,
scalar   
)
inline

Definition at line 27 of file ddt.hpp.


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