18 #ifndef FE_VALUE_HANDLER_HH_ 19 #define FE_VALUE_HANDLER_HH_ 33 std::shared_ptr<DOFHandlerMultiDim>
dh;
45 template <
int elemdim,
int spacedim,
class Value>
72 std::shared_ptr<DOFHandlerMultiDim>
dh_;
Class MappingP1 implements the affine transformation of the unit cell onto the actual cell...
Space< spacedim >::Point Point
static constexpr bool value
MappingP1< elemdim, 3 > * map_
Mapping object.
arma::vec::fixed< spacedim > Point
Value::return_type r_value_
VectorSeqDouble * data_vec
Store data of Field.
std::vector< IdxInt > dof_indices
Array of indexes to data_vec_, used for get/set values.
std::shared_ptr< DOFHandlerMultiDim > dh_
DOF handler object.
unsigned int ndofs
number of dofs
VectorSeqDouble * data_vec_
Store data of Field.
std::shared_ptr< DOFHandlerMultiDim > dh
DOF handler object.
MappingP1< elemdim, 3 > * get_mapping()
Return mapping object.
Value value_
Last value, prevents passing large values (vectors) by value.
Abstract class for description of finite elements.
unsigned int n_comp
number of components
Initialization structure of FEValueHandler class.