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

#include <integral_data.hh>

Collaboration diagram for CouplingIntegralData:
Collaboration graph
[legend]

Public Member Functions

 CouplingIntegralData ()
 Default constructor. More...
 
 CouplingIntegralData (DHCellAccessor dhcell, unsigned int bulk_idx, DHCellSide dhside, unsigned int side_idx)
 Constructor with data mebers initialization. More...
 
 CouplingIntegralData (const CouplingIntegralData &other)
 Copy constructor. More...
 

Public Attributes

DHCellAccessor cell
 
unsigned int bulk_subset_index
 Index (order) of lower dim subset in EvalPoints object. More...
 
DHCellSide side
 Specified cell side (higher dim element) More...
 
unsigned int side_subset_index
 Index (order) of higher dim subset in EvalPoints object. More...
 

Detailed Description

Helper structure holds data of neighbour (coupling) integral

Data is specified by cell, side and their subset indices in EvalPoint object

Definition at line 88 of file integral_data.hh.

Constructor & Destructor Documentation

◆ CouplingIntegralData() [1/3]

CouplingIntegralData::CouplingIntegralData ( )
inline

Default constructor.

Definition at line 90 of file integral_data.hh.

◆ CouplingIntegralData() [2/3]

CouplingIntegralData::CouplingIntegralData ( DHCellAccessor  dhcell,
unsigned int  bulk_idx,
DHCellSide  dhside,
unsigned int  side_idx 
)
inline

Constructor with data mebers initialization.

Definition at line 93 of file integral_data.hh.

◆ CouplingIntegralData() [3/3]

CouplingIntegralData::CouplingIntegralData ( const CouplingIntegralData other)
inline

Copy constructor.

Definition at line 97 of file integral_data.hh.

Member Data Documentation

◆ bulk_subset_index

unsigned int CouplingIntegralData::bulk_subset_index

Index (order) of lower dim subset in EvalPoints object.

Definition at line 101 of file integral_data.hh.

◆ cell

DHCellAccessor CouplingIntegralData::cell

Definition at line 100 of file integral_data.hh.

◆ side

DHCellSide CouplingIntegralData::side

Specified cell side (higher dim element)

Definition at line 102 of file integral_data.hh.

◆ side_subset_index

unsigned int CouplingIntegralData::side_subset_index

Index (order) of higher dim subset in EvalPoints object.

Definition at line 103 of file integral_data.hh.


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