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

#include <adaptiveData.h>

Collaboration diagram for adaptiveTetrahedron:

Public Member Functions

 adaptiveTetrahedron (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 (adaptiveTetrahedron *t, int maxlevel, int level)
 
static void error (double AVG, double tol)
 
static void recurError (adaptiveTetrahedron *t, double AVG, double tol)
 

Public Attributes

bool visible
 
adaptiveVertexp [4]
 
adaptiveTetrahedrone [8]
 

Static Public Attributes

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

Detailed Description

Definition at line 244 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ adaptiveTetrahedron()

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

Definition at line 254 of file adaptiveData.h.

Referenced by create(), and recurCreate().

Here is the caller graph for this function:

Member Function Documentation

◆ create()

void adaptiveTetrahedron::create ( int  maxlevel)
static

Definition at line 459 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ error()

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

Definition at line 524 of file adaptiveData.cpp.

Here is the call graph for this function:

◆ GSF()

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

Definition at line 269 of file adaptiveData.h.

◆ recurCreate()

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

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

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

Definition at line 265 of file adaptiveData.h.

Referenced by recurError().

Here is the caller graph for this function:

Member Data Documentation

◆ all

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

◆ allVertices

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

Definition at line 250 of file adaptiveData.h.

Referenced by create(), and recurCreate().

◆ e

adaptiveTetrahedron* adaptiveTetrahedron::e[8]

Definition at line 248 of file adaptiveData.h.

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

◆ numEdges

int adaptiveTetrahedron::numEdges = 6
static

Definition at line 251 of file adaptiveData.h.

◆ numNodes

int adaptiveTetrahedron::numNodes = 4
static

Definition at line 251 of file adaptiveData.h.

◆ p

adaptiveVertex* adaptiveTetrahedron::p[4]

Definition at line 247 of file adaptiveData.h.

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

◆ visible

bool adaptiveTetrahedron::visible

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