Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Protected Attributes | Friends | List of all members
CouplingIntegral Class Reference

#include <integral_acc.hh>

Inheritance diagram for CouplingIntegral:
Inheritance graph
[legend]
Collaboration diagram for CouplingIntegral:
Collaboration graph
[legend]

Public Member Functions

 CouplingIntegral ()
 Default constructor. More...
 
 CouplingIntegral (std::shared_ptr< EvalPoints > eval_points, Quadrature *quad, unsigned int dim)
 Constructor of ngh integral. More...
 
 ~CouplingIntegral ()
 Destructor. More...
 
int get_subset_high_idx () const
 Return index of data block according to subset of higher dim in EvalPoints object. More...
 
int get_subset_low_idx () const
 Return index of data block according to subset of lower dim in EvalPoints object. More...
 
uint bulk_begin () const
 
Range< CouplingPointpoints (const DHCellSide &cell_side, const ElementCacheMap *elm_cache_map) const
 Returns range of side local points for appropriate cell side accessor - obsolete method. More...
 
- Public Member Functions inherited from internal::BaseIntegral
 BaseIntegral ()
 Default constructor. More...
 
 BaseIntegral (std::shared_ptr< EvalPoints > eval_points, unsigned int dim)
 Constructor of bulk or side subset. More...
 
virtual ~BaseIntegral ()
 Destructor. More...
 
std::shared_ptr< EvalPointseval_points () const
 Getter of eval_points. More...
 
unsigned int dim () const
 Returns dimension. More...
 

Protected Attributes

std::shared_ptr< internal_integrals::Bulkinternal_bulk_
 Integral according to bulk subset part (element of lower dim) in EvalPoints object. More...
 
std::shared_ptr< internal_integrals::Edgeinternal_edge_
 Integral according to side subset part (element of higher dim) in EvalPoints object. More...
 
- Protected Attributes inherited from internal::BaseIntegral
std::shared_ptr< EvalPointseval_points_
 Pointer to EvalPoints. More...
 
unsigned int dim_
 Dimension of the cell on which points are placed. More...
 

Friends

class CouplingPoint
 

Detailed Description

Integral class of neighbour points, allows assemblation of element - side fluxes.

Dimension corresponds with element of higher dim.

Definition at line 645 of file integral_acc.hh.

Constructor & Destructor Documentation

◆ CouplingIntegral() [1/2]

CouplingIntegral::CouplingIntegral ( )
inline

Default constructor.

Definition at line 648 of file integral_acc.hh.

◆ CouplingIntegral() [2/2]

CouplingIntegral::CouplingIntegral ( std::shared_ptr< EvalPoints eval_points,
Quadrature quad,
unsigned int  dim 
)
inline

Constructor of ngh integral.

Definition at line 651 of file integral_acc.hh.

◆ ~CouplingIntegral()

CouplingIntegral::~CouplingIntegral ( )

Destructor.

Definition at line 55 of file integral_acc.cc.

Member Function Documentation

◆ bulk_begin()

uint CouplingIntegral::bulk_begin ( ) const
inline

Definition at line 681 of file integral_acc.hh.

◆ get_subset_high_idx()

int CouplingIntegral::get_subset_high_idx ( ) const
inline

Return index of data block according to subset of higher dim in EvalPoints object.

Definition at line 672 of file integral_acc.hh.

◆ get_subset_low_idx()

int CouplingIntegral::get_subset_low_idx ( ) const
inline

Return index of data block according to subset of lower dim in EvalPoints object.

Definition at line 677 of file integral_acc.hh.

◆ points()

Range< CouplingPoint > CouplingIntegral::points ( const DHCellSide cell_side,
const ElementCacheMap elm_cache_map 
) const
inline

Returns range of side local points for appropriate cell side accessor - obsolete method.

Definition at line 686 of file integral_acc.hh.

Friends And Related Function Documentation

◆ CouplingPoint

friend class CouplingPoint
friend

Definition at line 703 of file integral_acc.hh.

Member Data Documentation

◆ internal_bulk_

std::shared_ptr<internal_integrals::Bulk> CouplingIntegral::internal_bulk_
protected

Integral according to bulk subset part (element of lower dim) in EvalPoints object.

Definition at line 699 of file integral_acc.hh.

◆ internal_edge_

std::shared_ptr<internal_integrals::Edge> CouplingIntegral::internal_edge_
protected

Integral according to side subset part (element of higher dim) in EvalPoints object.

Definition at line 701 of file integral_acc.hh.


The documentation for this class was generated from the following files: