gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <automaticMeshSizeField.h>
Public Attributes | |
int | dim |
double | hmax |
double | hmin |
double | hbulk |
double | gradation |
int | nodePerTwoPi |
int | nodePerGap |
double * | bbox |
double(* | sizeFunction )(double, double, double, double) |
std::vector< double > * | featureSizeAtVertices |
RTree< uint64_t, double, 3 > * | triRTree |
double * | nodalCurvature |
double * | nodeNormals |
FILE * | file1 |
FILE * | file2 |
FILE * | file3 |
Definition at line 39 of file automaticMeshSizeField.h.
double* ForestOptions::bbox |
Definition at line 47 of file automaticMeshSizeField.h.
int ForestOptions::dim |
Definition at line 40 of file automaticMeshSizeField.h.
std::vector<double>* ForestOptions::featureSizeAtVertices |
Definition at line 49 of file automaticMeshSizeField.h.
FILE* ForestOptions::file1 |
Definition at line 59 of file automaticMeshSizeField.h.
FILE* ForestOptions::file2 |
Definition at line 60 of file automaticMeshSizeField.h.
FILE* ForestOptions::file3 |
Definition at line 61 of file automaticMeshSizeField.h.
double ForestOptions::gradation |
Definition at line 44 of file automaticMeshSizeField.h.
Referenced by automaticMeshSizeField::automaticMeshSizeField().
double ForestOptions::hbulk |
Definition at line 43 of file automaticMeshSizeField.h.
Referenced by automaticMeshSizeField::automaticMeshSizeField().
double ForestOptions::hmax |
Definition at line 41 of file automaticMeshSizeField.h.
Referenced by automaticMeshSizeField::automaticMeshSizeField().
double ForestOptions::hmin |
Definition at line 42 of file automaticMeshSizeField.h.
Referenced by automaticMeshSizeField::automaticMeshSizeField().
double* ForestOptions::nodalCurvature |
Definition at line 54 of file automaticMeshSizeField.h.
double* ForestOptions::nodeNormals |
Definition at line 55 of file automaticMeshSizeField.h.
int ForestOptions::nodePerGap |
Definition at line 46 of file automaticMeshSizeField.h.
int ForestOptions::nodePerTwoPi |
Definition at line 45 of file automaticMeshSizeField.h.
double(* ForestOptions::sizeFunction) (double, double, double, double) |
Definition at line 48 of file automaticMeshSizeField.h.
RTree<uint64_t, double, 3>* ForestOptions::triRTree |
Definition at line 50 of file automaticMeshSizeField.h.