gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GaussQuadrature Class Reference

#include <quadratureRules.h>

Inheritance diagram for GaussQuadrature:
Collaboration diagram for GaussQuadrature:

Public Types

enum  IntegCases {
  Other, Val, Grad, ValVal,
  GradGrad
}
 

Public Member Functions

 GaussQuadrature (int order_=0)
 
 GaussQuadrature (IntegCases info_)
 
virtual ~GaussQuadrature ()
 
virtual int getIntPoints (MElement *e, IntPt **GP)
 
 GaussQuadrature (const GaussQuadrature &other)
 
- Public Member Functions inherited from QuadratureBase
virtual ~QuadratureBase ()
 

Private Attributes

int order
 
IntegCases info
 

Detailed Description

Definition at line 36 of file quadratureRules.h.

Member Enumeration Documentation

◆ IntegCases

Enumerator
Other 
Val 
Grad 
ValVal 
GradGrad 

Definition at line 38 of file quadratureRules.h.

Constructor & Destructor Documentation

◆ GaussQuadrature() [1/3]

GaussQuadrature::GaussQuadrature ( int  order_ = 0)
inline

Definition at line 45 of file quadratureRules.h.

◆ GaussQuadrature() [2/3]

GaussQuadrature::GaussQuadrature ( IntegCases  info_)
inline

Definition at line 46 of file quadratureRules.h.

◆ ~GaussQuadrature()

virtual GaussQuadrature::~GaussQuadrature ( )
inlinevirtual

Definition at line 47 of file quadratureRules.h.

◆ GaussQuadrature() [3/3]

GaussQuadrature::GaussQuadrature ( const GaussQuadrature other)
inline

Definition at line 65 of file quadratureRules.h.

Member Function Documentation

◆ getIntPoints()

virtual int GaussQuadrature::getIntPoints ( MElement e,
IntPt **  GP 
)
inlinevirtual

Implements QuadratureBase.

Definition at line 48 of file quadratureRules.h.

Here is the call graph for this function:

Member Data Documentation

◆ info

IntegCases GaussQuadrature::info
private

Definition at line 42 of file quadratureRules.h.

Referenced by getIntPoints().

◆ order

int GaussQuadrature::order
private

Definition at line 41 of file quadratureRules.h.

Referenced by getIntPoints().


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