Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
TNL::Functions::ExactOperatorFunction< Operator, Function > Class Template Reference
Inheritance diagram for TNL::Functions::ExactOperatorFunction< Operator, Function >:
Inheritance graph
[legend]
Collaboration diagram for TNL::Functions::ExactOperatorFunction< Operator, Function >:
Collaboration graph
[legend]

Public Types

typedef Function FunctionType
 
typedef Operator OperatorType
 
typedef FunctionType::PointType PointType
 
typedef FunctionType::RealType RealType
 
- Public Types inherited from TNL::Functions::Domain< Operator::getDomainDimension(), SpaceDomain >
using DeviceType
 

Public Member Functions

 ExactOperatorFunction (const OperatorType &operator_, const FunctionType &function)
 
__cuda_callable__ RealType operator() (const PointType &vertex, const RealType &time) const
 

Static Public Member Functions

static constexpr int getDomainDimension ()
 
- Static Public Member Functions inherited from TNL::Functions::Domain< Operator::getDomainDimension(), SpaceDomain >
static constexpr int getDomainDimension ()
 
static constexpr DomainType getDomainType ()
 

Protected Attributes

const FunctionType & function
 
const OperatorType & operator_
 

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