|
|
| function_space_impl () |
| | constructor
|
| |
|
template<class node_matrix_t , class field_matrix_t > |
| | function_space_impl (node_matrix_t const &nodes, field_matrix_t const &fields) |
| | constructor from node and field definition matrices
|
| |
| const mesh_t & | get_mesh () const |
| | return underlying mesh reference More...
|
| |
|
template<class FieldType > |
| traits_t::template iterator< FieldType >::type | field_begin () const |
| | return begin iterator of a subspace
|
| |
|
template<class FieldType > |
| traits_t::template iterator< FieldType >::type | field_end () const |
| | return end iterator of a subspace
|
| |
|
bool | add_field (unsigned const input[]) |
| | add a field to the function space
|
| |
|
template<class field_t > |
| const field_t & | push_field (field_base< field_t > const &f) |
| | push a field to the vector of fields
|
| |
| unsigned | get_num_fields () const |
| | return number of fields More...
|
| |
|
unsigned | get_num_dofs () const |
| | return number of dofs
|
| |
template<class FieldTypeVector>
class NiHu::function_space_impl< function_space< FieldTypeVector > >
class describing a function space
- Template Parameters
-
| FieldTypeVector | compile time vector of fields building the function space |
Definition at line 464 of file function_space.hpp.