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

Public Member Functions | |
| BoundaryIntegralData () | |
| Default constructor. More... | |
| BoundaryIntegralData (unsigned int bdr_idx, DHCellSide dhside, unsigned int side_idx) | |
| Constructor with data mebers initialization. More... | |
| BoundaryIntegralData (const BoundaryIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| unsigned int | bdr_subset_index |
| Index (order) of subset on boundary element in EvalPoints object. More... | |
| DHCellSide | side |
| Specified cell side (bulk element) More... | |
| unsigned int | side_subset_index |
| Index (order) of subset on side of bulk element in EvalPoints object. More... | |
Helper structure holds data of boundary integral
Data is specified by side and subset indices of side and appropriate boundary element in EvalPoint object
Definition at line 111 of file integral_data.hh.
|
inline |
Default constructor.
Definition at line 113 of file integral_data.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 116 of file integral_data.hh.
|
inline |
Copy constructor.
Definition at line 120 of file integral_data.hh.
| unsigned int BoundaryIntegralData::bdr_subset_index |
Index (order) of subset on boundary element in EvalPoints object.
Definition at line 124 of file integral_data.hh.
| DHCellSide BoundaryIntegralData::side |
Specified cell side (bulk element)
Definition at line 125 of file integral_data.hh.
| unsigned int BoundaryIntegralData::side_subset_index |
Index (order) of subset on side of bulk element in EvalPoints object.
Definition at line 126 of file integral_data.hh.