|
Flow123d
JS_constraints-e651b99
|
#include <integral_data.hh>

Public Member Functions | |
| BoundaryIntegralData () | |
| Default constructor. More... | |
| BoundaryIntegralData (DHCellSide dhside) | |
| Constructor with data mebers initialization. More... | |
| BoundaryIntegralData (const BoundaryIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| DHCellSide | side |
| Specified cell side (bulk element) 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 107 of file integral_data.hh.
|
inline |
Default constructor.
Definition at line 109 of file integral_data.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 112 of file integral_data.hh.
|
inline |
Copy constructor.
Definition at line 116 of file integral_data.hh.
| DHCellSide BoundaryIntegralData::side |
Specified cell side (bulk element)
Definition at line 120 of file integral_data.hh.