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

#include <adaptiveData.h>

Collaboration diagram for adaptivePyramid:

Public Member Functions

 adaptivePyramid (adaptiveVertex *p1, adaptiveVertex *p2, adaptiveVertex *p3, adaptiveVertex *p4, adaptiveVertex *p5)
 
double V () const
 

Static Public Member Functions

static void GSF (double u, double v, double w, fullVector< double > &sf)
 
static void create (int maxlevel)
 
static void recurCreate (adaptivePyramid *h, int maxlevel, int level)
 
static void error (double AVG, double tol)
 
static void recurError (adaptivePyramid *h, double AVG, double tol)
 

Public Attributes

bool visible
 
adaptiveVertexp [5]
 
adaptivePyramide [10]
 

Static Public Attributes

static std::list< adaptivePyramid * > all
 
static std::set< adaptiveVertexallVertices
 
static int numNodes = 5
 
static int numEdges = 8
 

Detailed Description

Definition at line 333 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ adaptivePyramid()

adaptivePyramid::adaptivePyramid ( adaptiveVertex p1,
adaptiveVertex p2,
adaptiveVertex p3,
adaptiveVertex p4,
adaptiveVertex p5 
)
inline

Definition at line 343 of file adaptiveData.h.

Referenced by create(), and recurCreate().

Here is the caller graph for this function:

Member Function Documentation

◆ create()

void adaptivePyramid::create ( int  maxlevel)
static

Definition at line 932 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ error()

void adaptivePyramid::error ( double  AVG,
double  tol 
)
static

Definition at line 1032 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ GSF()

static void adaptivePyramid::GSF ( double  u,
double  v,
double  w,
fullVector< double > &  sf 
)
inlinestatic

Definition at line 359 of file adaptiveData.h.

◆ recurCreate()

void adaptivePyramid::recurCreate ( adaptivePyramid h,
int  maxlevel,
int  level 
)
static

Definition at line 944 of file adaptiveData.cpp.

Referenced by create().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ recurError()

void adaptivePyramid::recurError ( adaptivePyramid h,
double  AVG,
double  tol 
)
static

Definition at line 1038 of file adaptiveData.cpp.

Referenced by error().

Here is the caller graph for this function:

◆ V()

double adaptivePyramid::V ( ) const
inline

Definition at line 354 of file adaptiveData.h.

Member Data Documentation

◆ all

std::list< adaptivePyramid * > adaptivePyramid::all
static

◆ allVertices

std::set< adaptiveVertex > adaptivePyramid::allVertices
static

Definition at line 339 of file adaptiveData.h.

Referenced by create(), and recurCreate().

◆ e

adaptivePyramid* adaptivePyramid::e[10]

Definition at line 337 of file adaptiveData.h.

Referenced by adaptivePyramid(), GSF(), and recur_sign_change().

◆ numEdges

int adaptivePyramid::numEdges = 8
static

Definition at line 340 of file adaptiveData.h.

◆ numNodes

int adaptivePyramid::numNodes = 5
static

Definition at line 340 of file adaptiveData.h.

◆ p

adaptiveVertex* adaptivePyramid::p[5]

◆ visible

bool adaptivePyramid::visible

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