|
Flow123d
release_3.0.0-1008-gca43bb7
|
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 33 of file fe_value_handler.hh.
| unsigned int FEValueInitData::comp_index |
index of component (of vector_value/tensor_value)
Definition at line 44 of file fe_value_handler.hh.
| VectorMPI FEValueInitData::data_vec |
Store data of Field.
Definition at line 38 of file fe_value_handler.hh.
| std::shared_ptr<DOFHandlerMultiDim> FEValueInitData::dh |
DOF handler object.
Definition at line 36 of file fe_value_handler.hh.
| unsigned int FEValueInitData::n_comp |
number of components
Definition at line 42 of file fe_value_handler.hh.
| unsigned int FEValueInitData::ndofs |
number of dofs
Definition at line 40 of file fe_value_handler.hh.
1.8.11