CRTP base class of function spaces.
More...
#include <function_space.hpp>
|
const mesh_t & | get_mesh () const |
| return reference to the underlying mesh More...
|
|
template<class FieldType > |
traits_t::template iterator< FieldType >::type | field_begin () const |
| begin iterator of given field type More...
|
|
template<class FieldType > |
traits_t::template iterator< FieldType >::type | field_end () const |
| end iterator of given field type More...
|
|
size_t | get_num_dofs () const |
| return number of degrees of freedom More...
|
|
template<class Derived>
class NiHu::function_space_base< Derived >
CRTP base class of function spaces.
Definition at line 44 of file function_space.hpp.
◆ field_begin()
template<class Derived >
template<class FieldType >
begin iterator of given field type
- Template Parameters
-
FieldType | the field type to access |
Definition at line 82 of file function_space.hpp.
◆ field_end()
template<class Derived >
template<class FieldType >
end iterator of given field type
- Template Parameters
-
FieldType | the field type to access |
Definition at line 93 of file function_space.hpp.
◆ get_mesh()
return reference to the underlying mesh
- Returns
- reference to the mesh part
Definition at line 71 of file function_space.hpp.
◆ get_num_dofs()
return number of degrees of freedom
- Returns
- number of degrees of freedom
Definition at line 102 of file function_space.hpp.
The documentation for this class was generated from the following file: