5 #ifndef _PFASST__QUADRATURE__CLENSHAW_CURTIS_HPP_
6 #define _PFASST__QUADRATURE__CLENSHAW_CURTIS_HPP_
27 template<
typename precision = pfasst::time_precision>
33 static const bool LEFT_IS_NODE =
true;
34 static const bool RIGHT_IS_NODE =
true;
48 virtual bool left_is_node()
const override;
49 virtual bool right_is_node()
const override;
62 #endif // _PFASST__QUADRATURE__CLENSHAW_CURTIS_HPP_
Interface for quadrature handlers.
Quadrature handler for Clenshaw-Curtis quadrature.
vector< precision > compute_nodes(size_t nnodes, QuadratureType qtype)
Compute quadrature nodes for given quadrature type descriptor.
interfaces for SDC/MLSDC/PFASST algorithms.