Flow123d
JS_before_hm-1626-gde32303
|
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 structzre 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 132 of file generic_assembly.hh.
|
inline |
Default constructor.
Definition at line 134 of file generic_assembly.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 137 of file generic_assembly.hh.
|
inline |
Copy constructor.
Definition at line 141 of file generic_assembly.hh.
unsigned int GenericAssembly< DimAssembly >::BoundaryIntegralData::bdr_subset_index |
Index (order) of subset on boundary element in EvalPoints object.
Definition at line 145 of file generic_assembly.hh.
DHCellSide GenericAssembly< DimAssembly >::BoundaryIntegralData::side |
Specified cell side (bulk element)
Definition at line 146 of file generic_assembly.hh.
unsigned int GenericAssembly< DimAssembly >::BoundaryIntegralData::side_subset_index |
Index (order) of subset on side of bulk element in EvalPoints object.
Definition at line 147 of file generic_assembly.hh.