|
Flow123d
DF_patch_fe_values-dbc06cd
|
#include <integral_data.hh>

Public Member Functions | |
| CouplingIntegralData () | |
| Default constructor. More... | |
| CouplingIntegralData (DHCellAccessor dhcell, DHCellSide dhside) | |
| Constructor with data mebers initialization. More... | |
| CouplingIntegralData (const CouplingIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| DHCellAccessor | cell |
| DHCellSide | side |
| Specified cell side (higher dim element) 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 86 of file integral_data.hh.
|
inline |
Default constructor.
Definition at line 88 of file integral_data.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 91 of file integral_data.hh.
|
inline |
Copy constructor.
Definition at line 95 of file integral_data.hh.
| DHCellAccessor CouplingIntegralData::cell |
Definition at line 98 of file integral_data.hh.
| DHCellSide CouplingIntegralData::side |
Specified cell side (higher dim element)
Definition at line 99 of file integral_data.hh.