9#include <kernel/cubature/scalar/driver_base.hpp> 
   52          rule.get_coord(0) = Coord_(0);
 
   53          rule.get_weight(0) = Weight_(2);
 
Scalar cubature driver base class.
Midpoint Rule driver class template.
static constexpr bool variadic
this rule is not variadic
static constexpr int num_points
this rule has 1 point
static String name()
Returns the name of the cubature rule.
static void fill(Rule< Weight_, Coord_ > &rule)
Fills the cubature rule structure.
static constexpr bool tensorize
disable tensorization
Scalar Cubature Rule class template.
String class implementation.