gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
QuadratureBase Class Referenceabstract

#include <quadratureRules.h>

Inheritance diagram for QuadratureBase:

Public Member Functions

virtual ~QuadratureBase ()
 
virtual int getIntPoints (MElement *e, IntPt **GP)=0
 

Detailed Description

Definition at line 16 of file quadratureRules.h.

Constructor & Destructor Documentation

◆ ~QuadratureBase()

virtual QuadratureBase::~QuadratureBase ( )
inlinevirtual

Definition at line 18 of file quadratureRules.h.

Member Function Documentation

◆ getIntPoints()

virtual int QuadratureBase::getIntPoints ( MElement e,
IntPt **  GP 
)
pure virtual

Implemented in GaussQuadrature, and QuadratureVoid.

Referenced by Assemble().

Here is the caller graph for this function:

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