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

#include <adaptiveData.h>

Collaboration diagram for adaptiveQuadrangle:

Public Member Functions

 adaptiveQuadrangle (adaptiveVertex *p1, adaptiveVertex *p2, adaptiveVertex *p3, adaptiveVertex *p4)
 
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 (adaptiveQuadrangle *q, int maxlevel, int level)
 
static void error (double AVG, double tol)
 
static void recurError (adaptiveQuadrangle *q, double AVG, double tol)
 

Public Attributes

bool visible
 
adaptiveVertexp [4]
 
adaptiveQuadranglee [4]
 

Static Public Attributes

static std::list< adaptiveQuadrangle * > all
 
static std::set< adaptiveVertexallVertices
 
static int numNodes = 4
 
static int numEdges = 4
 

Detailed Description

Definition at line 163 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ adaptiveQuadrangle()

adaptiveQuadrangle::adaptiveQuadrangle ( adaptiveVertex p1,
adaptiveVertex p2,
adaptiveVertex p3,
adaptiveVertex p4 
)
inline

Definition at line 173 of file adaptiveData.h.

Referenced by create(), and recurCreate().

Here is the caller graph for this function:

Member Function Documentation

◆ create()

void adaptiveQuadrangle::create ( int  maxlevel)
static

Definition at line 335 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ error()

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

Definition at line 389 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ GSF()

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

Definition at line 187 of file adaptiveData.h.

◆ recurCreate()

void adaptiveQuadrangle::recurCreate ( adaptiveQuadrangle q,
int  maxlevel,
int  level 
)
static

Definition at line 346 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 adaptiveQuadrangle::recurError ( adaptiveQuadrangle q,
double  AVG,
double  tol 
)
static

Definition at line 395 of file adaptiveData.cpp.

Referenced by error().

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

◆ V()

double adaptiveQuadrangle::V ( ) const
inline

Definition at line 183 of file adaptiveData.h.

Referenced by recurError().

Here is the caller graph for this function:

Member Data Documentation

◆ all

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

◆ allVertices

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

Definition at line 169 of file adaptiveData.h.

Referenced by create(), and recurCreate().

◆ e

adaptiveQuadrangle* adaptiveQuadrangle::e[4]

Definition at line 167 of file adaptiveData.h.

Referenced by adaptiveQuadrangle(), recur_sign_change(), recurCreate(), and recurError().

◆ numEdges

int adaptiveQuadrangle::numEdges = 4
static

Definition at line 170 of file adaptiveData.h.

◆ numNodes

int adaptiveQuadrangle::numNodes = 4
static

Definition at line 170 of file adaptiveData.h.

◆ p

adaptiveVertex* adaptiveQuadrangle::p[4]

Definition at line 166 of file adaptiveData.h.

Referenced by adaptiveQuadrangle(), recur_sign_change(), recurCreate(), recurError(), and V().

◆ visible

bool adaptiveQuadrangle::visible

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