|
NiHu
2.0
|
field class that stores the dof vector and an element by value More...
#include <field.hpp>
Public Types | |
| typedef field | type |
| self-returning metafunction | |
| typedef field_base< field< ElemType, NSet, Dimension > > | base_t |
| the CRTP base type | |
| typedef field_impl< field< ElemType, NSet, Dimension > > | impl_t |
| the implementation class type | |
| typedef base_t::elem_t | elem_t |
| the element type | |
| typedef base_t::dofs_t | dofs_t |
| the dofs vector type | |
Public Member Functions | |
| field (element_base< elem_t > const &elem, dofs_t const &dofs) | |
| constructor from element and dof vector More... | |
| eval_return_t | eval (xi_t const &xi) const |
| const elem_t & | get_elem () const |
| return underlying element | |
| dofs_return_t | get_dofs () const |
field class that stores the dof vector and an element by value
the field class that stores the dof vector and the element by value
| ElemType | the underlying element type |
| NSet | the shape function set |
|
inline |
|
inline |