|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <integral_data.hh>

Public Member Functions | |
| BulkIntegralData () | |
| Default constructor. More... | |
| BulkIntegralData (DHCellAccessor dhcell, unsigned int subset_idx) | |
| Constructor with data mebers initialization. More... | |
| BulkIntegralData (const BulkIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| DHCellAccessor | cell |
| Specified cell (element) More... | |
| unsigned int | subset_index |
| Index (order) of subset in EvalPoints object. More... | |
Helper structure holds data of cell (bulk) integral
Data is specified by cell and subset index in EvalPoint object
Definition at line 45 of file integral_data.hh.
|
inline |
Default constructor.
Definition at line 47 of file integral_data.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 50 of file integral_data.hh.
|
inline |
Copy constructor.
Definition at line 54 of file integral_data.hh.
| DHCellAccessor BulkIntegralData::cell |
Specified cell (element)
Definition at line 57 of file integral_data.hh.
| unsigned int BulkIntegralData::subset_index |
Index (order) of subset in EvalPoints object.
Definition at line 58 of file integral_data.hh.