Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Public Attributes | List of all members
EdgeIntegralData Struct Reference

#include <integral_data.hh>

Collaboration diagram for EdgeIntegralData:
Collaboration graph
[legend]

Public Member Functions

 EdgeIntegralData ()
 Default constructor. More...
 
 EdgeIntegralData (const EdgeIntegralData &other)
 Copy constructor. More...
 
 EdgeIntegralData (RangeConvert< DHEdgeSide, DHCellSide > range, unsigned int subset_idx)
 Constructor with data mebers initialization. More...
 

Public Attributes

RangeConvert< DHEdgeSide, DHCellSideedge_side_range
 Specified cell side (element) More...
 
unsigned int subset_index
 Index (order) of subset in EvalPoints object. More...
 

Detailed Description

Helper structure holds data of edge integral

Data is specified by side and subset index in EvalPoint object

Definition at line 66 of file integral_data.hh.

Constructor & Destructor Documentation

◆ EdgeIntegralData() [1/3]

EdgeIntegralData::EdgeIntegralData ( )
inline

Default constructor.

Definition at line 68 of file integral_data.hh.

◆ EdgeIntegralData() [2/3]

EdgeIntegralData::EdgeIntegralData ( const EdgeIntegralData other)
inline

Copy constructor.

Definition at line 72 of file integral_data.hh.

◆ EdgeIntegralData() [3/3]

EdgeIntegralData::EdgeIntegralData ( RangeConvert< DHEdgeSide, DHCellSide range,
unsigned int  subset_idx 
)
inline

Constructor with data mebers initialization.

Definition at line 76 of file integral_data.hh.

Member Data Documentation

◆ edge_side_range

RangeConvert<DHEdgeSide, DHCellSide> EdgeIntegralData::edge_side_range

Specified cell side (element)

Definition at line 79 of file integral_data.hh.

◆ subset_index

unsigned int EdgeIntegralData::subset_index

Index (order) of subset in EvalPoints object.

Definition at line 80 of file integral_data.hh.


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