FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Assembly::DiscreteFunctionIntegral< Vector_, Space_ > Struct Template Reference

Helper class to determine the FunctionIntegralInfo type for discrete functions. More...

Detailed Description

template<typename Vector_, typename Space_>
struct FEAT::Assembly::DiscreteFunctionIntegral< Vector_, Space_ >

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.

Template Parameters
Vector_The vector type of the coefficient vector. May be one of the following:
  • LAFEM::DenseVector<...>
  • LAFEM::DenseVectorBlocked<...>
Space_The finite element spaced used for the discretization.

Definition at line 759 of file function_integral_info.hpp.


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