gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <adaptiveData.h>
Public Member Functions | |
adaptivePoint (adaptiveVertex *p1) | |
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 (adaptivePoint *e, int maxlevel, int level) |
static void | error (double AVG, double tol) |
static void | recurError (adaptivePoint *e, double AVG, double tol) |
Public Attributes | |
bool | visible |
adaptiveVertex * | p [1] |
adaptivePoint * | e [1] |
Static Public Attributes | |
static std::list< adaptivePoint * > | all |
static std::set< adaptiveVertex > | allVertices |
static int | numNodes = 1 |
static int | numEdges = 0 |
Definition at line 78 of file adaptiveData.h.
|
inline |
Definition at line 88 of file adaptiveData.h.
Referenced by create().
|
static |
|
static |
|
inlinestatic |
Definition at line 94 of file adaptiveData.h.
|
static |
Definition at line 133 of file adaptiveData.cpp.
Referenced by create().
|
static |
Definition at line 144 of file adaptiveData.cpp.
Referenced by error().
|
inline |
Definition at line 93 of file adaptiveData.h.
|
static |
Definition at line 83 of file adaptiveData.h.
Referenced by error(), and recurCreate().
|
static |
Definition at line 84 of file adaptiveData.h.
Referenced by create().
adaptivePoint* adaptivePoint::e[1] |
Definition at line 82 of file adaptiveData.h.
Referenced by adaptivePoint(), error(), recurCreate(), and recurError().
|
static |
Definition at line 85 of file adaptiveData.h.
|
static |
Definition at line 85 of file adaptiveData.h.
adaptiveVertex* adaptivePoint::p[1] |
Definition at line 81 of file adaptiveData.h.
Referenced by adaptivePoint(), and V().
bool adaptivePoint::visible |
Definition at line 80 of file adaptiveData.h.
Referenced by recurError().