Flow123d  JS_before_hm-1003-g4e68d2c
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 34 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 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.


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