Flow123d
JS_before_hm-1003-g4e68d2c
|
Initialization structure of FEValueHandler class. More...
#include <fe_value_handler.hh>
Public Attributes | |
std::shared_ptr< DOFHandlerMultiDim > | dh |
DOF handler object. More... | |
VectorMPI | data_vec |
Store data of Field. More... | |
unsigned int | ndofs |
number of dofs More... | |
unsigned int | n_comp |
number of components More... | |
unsigned int | comp_index |
index of component (of vector_value/tensor_value) More... | |
Initialization structure of FEValueHandler class.
Definition at line 34 of file fe_value_handler.hh.
unsigned int FEValueInitData::comp_index |
index of component (of vector_value/tensor_value)
Definition at line 45 of file fe_value_handler.hh.
VectorMPI FEValueInitData::data_vec |
Store data of Field.
Definition at line 39 of file fe_value_handler.hh.
std::shared_ptr<DOFHandlerMultiDim> FEValueInitData::dh |
DOF handler object.
Definition at line 37 of file fe_value_handler.hh.
unsigned int FEValueInitData::n_comp |
number of components
Definition at line 43 of file fe_value_handler.hh.
unsigned int FEValueInitData::ndofs |
number of dofs
Definition at line 41 of file fe_value_handler.hh.