FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Cubature::DriverFactory< Driver_, Shape_, variadic_ > Class Template Reference

Scalar Cubature Driver-Factory class template. More...

#include <driver_factory.hpp>

Detailed Description

template<template< typename > class Driver_, typename Shape_, bool variadic_ = Driver_<Shape_>::variadic>
class FEAT::Cubature::DriverFactory< Driver_, Shape_, variadic_ >

Scalar Cubature Driver-Factory class template.

This template acts as a wrapper around a scalar cubature driver to implement the scalar cubature factory interface.

Template Parameters
Driver_The scalar cubature driver class to be used.
Shape_The shape for the cubature driver.
variadic_Specifies whether the driver is variadic. This template parameter is chosen automatically based on the driver's variadic member and shall therefore not be specified explicitly.
Author
Peter Zajac

Definition at line 47 of file driver_factory.hpp.


The documentation for this class was generated from the following file: