| FEAT 3
    Finite Element Analysis Toolbox | 
Helper class to determine the FunctionIntegralInfo type for discrete functions. More...
Helper class to determine the FunctionIntegralInfo type for discrete functions.
The only purpose of this helper class is to provide the nested Type typedef, which is an instance of the FunctionIntegralInfo class with the appropriate types for the given function.
Note that this generic template does not contain an implementation, because this class is explicitly specialized for all supported vector types.
| Vector_ | The vector type of the coefficient vector. May be one of the following: 
 | 
| Space_ | The finite element spaced used for the discretization. | 
Definition at line 759 of file function_integral_info.hpp.