Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
GenericAssemblyBase::BoundaryIntegralData Struct Reference

#include <generic_assembly.hh>

Collaboration diagram for GenericAssemblyBase::BoundaryIntegralData:
Collaboration graph
[legend]

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

Detailed Description

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 126 of file generic_assembly.hh.

Constructor & Destructor Documentation

◆ BoundaryIntegralData() [1/3]

GenericAssemblyBase::BoundaryIntegralData::BoundaryIntegralData ( )
inline

Default constructor.

Definition at line 128 of file generic_assembly.hh.

◆ BoundaryIntegralData() [2/3]

GenericAssemblyBase::BoundaryIntegralData::BoundaryIntegralData ( unsigned int  bdr_idx,
DHCellSide  dhside,
unsigned int  side_idx 
)
inline

Constructor with data mebers initialization.

Definition at line 131 of file generic_assembly.hh.

◆ BoundaryIntegralData() [3/3]

GenericAssemblyBase::BoundaryIntegralData::BoundaryIntegralData ( const BoundaryIntegralData other)
inline

Copy constructor.

Definition at line 135 of file generic_assembly.hh.

Member Data Documentation

◆ bdr_subset_index

unsigned int GenericAssemblyBase::BoundaryIntegralData::bdr_subset_index

Index (order) of subset on boundary element in EvalPoints object.

Definition at line 139 of file generic_assembly.hh.

◆ side

DHCellSide GenericAssemblyBase::BoundaryIntegralData::side

Specified cell side (bulk element)

Definition at line 140 of file generic_assembly.hh.

◆ side_subset_index

unsigned int GenericAssemblyBase::BoundaryIntegralData::side_subset_index

Index (order) of subset on side of bulk element in EvalPoints object.

Definition at line 141 of file generic_assembly.hh.


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