Flow123d  release_3.0.0-684-g928e266
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...
 
VectorMPIdata_vec
 Store data of Field. More...
 
unsigned int ndofs
 number of dofs More...
 
unsigned int n_comp
 number of components More...
 

Detailed Description

Initialization structure of FEValueHandler class.

Definition at line 33 of file fe_value_handler.hh.

Member Data Documentation

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: