MortaringHelpers::PointIntegralScheme Class Reference

#include <mortaring_helpers.h>

+ Inheritance diagram for MortaringHelpers::PointIntegralScheme:

Public Member Functions

 PointIntegralScheme ()
 Default constructor (empty) More...
 
 PointIntegralScheme (const PointIntegralScheme &dummy)=delete
 Broken copy constructor. More...
 
void operator= (const PointIntegralScheme &)=delete
 Broken assignment operator. More...
 
unsigned nweight () const
 Number of integration points of the scheme. More...
 
double knot (const unsigned &i, const unsigned &j) const
 Return coordinate. More...
 
double weight (const unsigned &i) const
 Return weight of integration point i. More...
 
- Public Member Functions inherited from oomph::Integral
 Integral ()
 Default constructor (empty) More...
 
 Integral (const Integral &dummy)=delete
 Broken copy constructor. More...
 
void operator= (const Integral &)=delete
 Broken assignment operator. More...
 
virtual ~Integral ()
 Virtual destructor (empty) More...
 
virtual Vector< doubleknot (const unsigned &i) const
 Return local coordinates of i-th intergration point. Broken virtual. More...
 

Constructor & Destructor Documentation

◆ PointIntegralScheme() [1/2]

MortaringHelpers::PointIntegralScheme::PointIntegralScheme ( )
inline

Default constructor (empty)

96 {};

◆ PointIntegralScheme() [2/2]

MortaringHelpers::PointIntegralScheme::PointIntegralScheme ( const PointIntegralScheme dummy)
delete

Broken copy constructor.

Member Function Documentation

◆ knot()

double MortaringHelpers::PointIntegralScheme::knot ( const unsigned i,
const unsigned j 
) const
inlinevirtual

Return coordinate.

Implements oomph::Integral.

112  {
113  return 0.0;
114  }

◆ nweight()

unsigned MortaringHelpers::PointIntegralScheme::nweight ( ) const
inlinevirtual

Number of integration points of the scheme.

Implements oomph::Integral.

106  {
107  return 1;
108  }

◆ operator=()

void MortaringHelpers::PointIntegralScheme::operator= ( const PointIntegralScheme )
delete

Broken assignment operator.

◆ weight()

double MortaringHelpers::PointIntegralScheme::weight ( const unsigned i) const
inlinevirtual

Return weight of integration point i.

Implements oomph::Integral.

118  {
119  return 1.0;
120  }

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