Flow123d  JS_constraints-e651b99
Public Member Functions | Public Attributes | List of all members
ObserveIntegralData Struct Reference

#include <assembly_observe.hh>

Collaboration diagram for ObserveIntegralData:
Collaboration graph
[legend]

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ObserveIntegralData() [1/3]

ObserveIntegralData::ObserveIntegralData ( )
inline

Default constructor.

Definition at line 37 of file assembly_observe.hh.

◆ ObserveIntegralData() [2/3]

ObserveIntegralData::ObserveIntegralData ( DHCellAccessor  dhcell,
unsigned int  subset_idx 
)
inline

Constructor with data mebers initialization.

Definition at line 40 of file assembly_observe.hh.

◆ ObserveIntegralData() [3/3]

ObserveIntegralData::ObserveIntegralData ( const ObserveIntegralData other)
inline

Copy constructor.

Definition at line 44 of file assembly_observe.hh.

Member Data Documentation

◆ cell

DHCellAccessor ObserveIntegralData::cell

Specified cell (element)

Definition at line 47 of file assembly_observe.hh.

◆ subset_index

unsigned int ObserveIntegralData::subset_index

Index (order) of subset in EvalPoints object.

Definition at line 48 of file assembly_observe.hh.


The documentation for this struct was generated from the following file: