PTEMS  0.1.0-dev+git.81fd0e4
PolyTopic Element Method Solver
ptems::DiscreteFunctionType< Space > Struct Template Reference

Type trait for extracting the type of a function from a DiscreteFunction space type. More...

Detailed Description

template<typename Space>
struct ptems::DiscreteFunctionType< Space >

Type trait for extracting the type of a function from a DiscreteFunction space type.

Can be used, for example, to construct a function as

ptems::DiscreteFunctionType<decltype(Vh)>::type f(Vh);
Type trait for extracting the type of a function from a DiscreteFunction space type.
Definition: space.hpp:1704

where Vh is a previously constructed discrete function space.

Template Parameters
SpaceThe function space

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