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

Public Member Functions | |
| CouplingIntegralData () | |
| Default constructor. More... | |
| CouplingIntegralData (DHCellAccessor dhcell, unsigned int bulk_idx, DHCellSide dhside, unsigned int side_idx) | |
| Constructor with data mebers initialization. More... | |
| CouplingIntegralData (const CouplingIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| DHCellAccessor | cell |
| unsigned int | bulk_subset_index |
| Index (order) of lower dim subset in EvalPoints object. More... | |
| DHCellSide | side |
| Specified cell side (higher dim element) More... | |
| unsigned int | side_subset_index |
| Index (order) of higher dim subset in EvalPoints object. More... | |
Helper structure holds data of neighbour (coupling) integral
Data is specified by cell, side and their subset indices in EvalPoint object
Definition at line 88 of file integral_data.hh.
|
inline |
Default constructor.
Definition at line 90 of file integral_data.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 93 of file integral_data.hh.
|
inline |
Copy constructor.
Definition at line 97 of file integral_data.hh.
| unsigned int CouplingIntegralData::bulk_subset_index |
Index (order) of lower dim subset in EvalPoints object.
Definition at line 101 of file integral_data.hh.
| DHCellAccessor CouplingIntegralData::cell |
Definition at line 100 of file integral_data.hh.
| DHCellSide CouplingIntegralData::side |
Specified cell side (higher dim element)
Definition at line 102 of file integral_data.hh.
| unsigned int CouplingIntegralData::side_subset_index |
Index (order) of higher dim subset in EvalPoints object.
Definition at line 103 of file integral_data.hh.