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

#include <adaptiveData.h>

Collaboration diagram for adaptiveTriangle:

Public Member Functions

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

Public Attributes

bool visible
 
adaptiveVertexp [3]
 
adaptiveTrianglee [4]
 

Static Public Attributes

static std::list< adaptiveTriangle * > all
 
static std::set< adaptiveVertexallVertices
 
static int numNodes = 3
 
static int numEdges = 3
 

Detailed Description

Definition at line 132 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ adaptiveTriangle()

adaptiveTriangle::adaptiveTriangle ( adaptiveVertex p1,
adaptiveVertex p2,
adaptiveVertex p3 
)
inline

Definition at line 142 of file adaptiveData.h.

Referenced by create(), and recurCreate().

Here is the caller graph for this function:

Member Function Documentation

◆ create()

void adaptiveTriangle::create ( int  maxlevel)
static

Definition at line 223 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ error()

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

Definition at line 267 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ GSF()

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

Definition at line 151 of file adaptiveData.h.

◆ recurCreate()

void adaptiveTriangle::recurCreate ( adaptiveTriangle t,
int  maxlevel,
int  level 
)
static

Definition at line 233 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 adaptiveTriangle::recurError ( adaptiveTriangle t,
double  AVG,
double  tol 
)
static

Definition at line 273 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 adaptiveTriangle::V ( ) const
inline

Definition at line 150 of file adaptiveData.h.

Referenced by recurError().

Here is the caller graph for this function:

Member Data Documentation

◆ all

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

◆ allVertices

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

Definition at line 138 of file adaptiveData.h.

Referenced by create(), and recurCreate().

◆ e

adaptiveTriangle* adaptiveTriangle::e[4]

Definition at line 136 of file adaptiveData.h.

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

◆ numEdges

int adaptiveTriangle::numEdges = 3
static

Definition at line 139 of file adaptiveData.h.

◆ numNodes

int adaptiveTriangle::numNodes = 3
static

Definition at line 139 of file adaptiveData.h.

◆ p

adaptiveVertex* adaptiveTriangle::p[3]

Definition at line 135 of file adaptiveData.h.

Referenced by adaptiveTriangle(), recur_sign_change(), recurCreate(), and V().

◆ visible

bool adaptiveTriangle::visible

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