Template Numerical Library version\ main:be918e6f
|
Public Types | |
typedef Function | FunctionType |
typedef Operator | OperatorType |
typedef FunctionType::PointType | PointType |
typedef FunctionType::RealType | RealType |
![]() | |
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 constexpr int | getDomainDimension () |
static constexpr DomainType | getDomainType () |
Protected Attributes | |
const FunctionType & | function |
const OperatorType & | operator_ |