Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Protected Attributes | List of all members
internal_integrals::Base Class Reference

#include <integral_acc.hh>

Inheritance diagram for internal_integrals::Base:
Inheritance graph
[legend]
Collaboration diagram for internal_integrals::Base:
Collaboration graph
[legend]

Public Member Functions

 Base ()
 Default constructor. More...
 
 Base (Quadrature *quad, unsigned int dim)
 Constructor of bulk or side subset. More...
 
virtual ~Base ()
 Destructor. More...
 
unsigned int dim () const
 Returns dimension. More...
 
Quadraturequad () const
 Returns quadrature. More...
 
bool operator== (const Base &other) const
 Comparison operator. More...
 

Protected Attributes

unsigned int dim_
 Dimension of the cell on which points are placed. More...
 
Quadraturequad_
 Pointer to Quadrature that represents quadrature points of integral. More...
 

Detailed Description

Definition at line 125 of file integral_acc.hh.

Constructor & Destructor Documentation

◆ Base() [1/2]

internal_integrals::Base::Base ( )
inline

Default constructor.

Definition at line 128 of file integral_acc.hh.

◆ Base() [2/2]

internal_integrals::Base::Base ( Quadrature quad,
unsigned int  dim 
)
inline

Constructor of bulk or side subset.

Definition at line 131 of file integral_acc.hh.

◆ ~Base()

virtual internal_integrals::Base::~Base ( )
inlinevirtual

Destructor.

Definition at line 135 of file integral_acc.hh.

Member Function Documentation

◆ dim()

unsigned int internal_integrals::Base::dim ( ) const
inline

Returns dimension.

Definition at line 139 of file integral_acc.hh.

◆ operator==()

bool internal_integrals::Base::operator== ( const Base other) const
inline

Comparison operator.

Definition at line 149 of file integral_acc.hh.

◆ quad()

Quadrature* internal_integrals::Base::quad ( ) const
inline

Returns quadrature.

Definition at line 144 of file integral_acc.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ dim_

unsigned int internal_integrals::Base::dim_
protected

Dimension of the cell on which points are placed.

Definition at line 154 of file integral_acc.hh.

◆ quad_

Quadrature* internal_integrals::Base::quad_
protected

Pointer to Quadrature that represents quadrature points of integral.

Definition at line 156 of file integral_acc.hh.


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