NiHu
2.0
|
Dirac-like extension of a function space. More...
#include <function_space.hpp>
Public Types | |
typedef function_space_traits< dirac_space< FuncSpace > > | traits_t |
the traits class | |
typedef function_space_impl< FuncSpace > | impl_t |
the implementation class | |
typedef traits_t::mesh_t | mesh_t |
typedef traits_t::field_type_vector_t | field_type_vector_t |
Public Member Functions | |
template<class dirac_field_t > | |
traits_t::template iterator< dirac_field_t >::type | field_begin () const |
return begin iterator of a subvector of dirac fields | |
template<class dirac_field_t > | |
traits_t::template iterator< dirac_field_t >::type | field_end () const |
return end iterator of a subvector of dirac fields | |
Dirac-like extension of a function space.
FuncSpace | the function space type to extend into dirac_space |
Definition at line 312 of file function_space.hpp.