Flow123d  release_3.0.0-922-g9fcbba1
Public Attributes | List of all members
FEValueInitData Struct Reference

Initialization structure of FEValueHandler class. More...

#include <fe_value_handler.hh>

Collaboration diagram for FEValueInitData:
Collaboration graph
[legend]

Public Attributes

std::shared_ptr< DOFHandlerMultiDimdh
 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...
 

Detailed Description

Initialization structure of FEValueHandler class.

Definition at line 33 of file fe_value_handler.hh.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: