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

Public Member Functions | |
| ObserveIntegralData () | |
| Default constructor. More... | |
| ObserveIntegralData (DHCellAccessor dhcell, unsigned int subset_idx) | |
| Constructor with data mebers initialization. More... | |
| ObserveIntegralData (const ObserveIntegralData &other) | |
| Copy constructor. More... | |
Public Attributes | |
| DHCellAccessor | cell |
| Specified cell (element) More... | |
| unsigned int | subset_index |
| Index (order) of subset in EvalPoints object. More... | |
Helper structure holds patch data of observe output
Data is specified by cell and subset index in EvalPoint object
Definition at line 35 of file assembly_observe.hh.
|
inline |
Default constructor.
Definition at line 37 of file assembly_observe.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 40 of file assembly_observe.hh.
|
inline |
Copy constructor.
Definition at line 44 of file assembly_observe.hh.
| DHCellAccessor ObserveIntegralData::cell |
Specified cell (element)
Definition at line 47 of file assembly_observe.hh.
| unsigned int ObserveIntegralData::subset_index |
Index (order) of subset in EvalPoints object.
Definition at line 48 of file assembly_observe.hh.