Template Numerical Library version\ main:58f2aa3f5
|
Public Types | |
typedef Function | FunctionType |
typedef Operator | OperatorType |
typedef FunctionType::PointType | PointType |
typedef FunctionType::RealType | RealType |
![]() | |
using | DeviceType |
Public Member Functions | |
__cuda_callable__ FunctionType & | getFunction () |
__cuda_callable__ const FunctionType & | getFunction () const |
__cuda_callable__ OperatorType & | getOperator () |
__cuda_callable__ const OperatorType & | getOperator () const |
__cuda_callable__ RealType | operator() (const PointType &v, const RealType &time=0.0) const |
bool | setup (const Config::ParameterContainer ¶meters, const String &prefix="") |
Protected Attributes | |
Function | function |
Operator | operator_ |
Additional Inherited Members | |
![]() | |
static constexpr int | getDomainDimension () |
static constexpr DomainType | getDomainType () |