| 
    Template Numerical Library version\ main:6a1fe78
    
   | 
 


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_ |