gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
ForestOptions Struct Reference

#include <automaticMeshSizeField.h>

Collaboration diagram for ForestOptions:

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
 

Detailed Description

Definition at line 39 of file automaticMeshSizeField.h.

Member Data Documentation

◆ bbox

double* ForestOptions::bbox

Definition at line 47 of file automaticMeshSizeField.h.

◆ dim

int ForestOptions::dim

Definition at line 40 of file automaticMeshSizeField.h.

◆ featureSizeAtVertices

std::vector<double>* ForestOptions::featureSizeAtVertices

Definition at line 49 of file automaticMeshSizeField.h.

◆ file1

FILE* ForestOptions::file1

Definition at line 59 of file automaticMeshSizeField.h.

◆ file2

FILE* ForestOptions::file2

Definition at line 60 of file automaticMeshSizeField.h.

◆ file3

FILE* ForestOptions::file3

Definition at line 61 of file automaticMeshSizeField.h.

◆ gradation

double ForestOptions::gradation

◆ hbulk

double ForestOptions::hbulk

◆ hmax

double ForestOptions::hmax

◆ hmin

double ForestOptions::hmin

◆ nodalCurvature

double* ForestOptions::nodalCurvature

Definition at line 54 of file automaticMeshSizeField.h.

◆ nodeNormals

double* ForestOptions::nodeNormals

Definition at line 55 of file automaticMeshSizeField.h.

◆ nodePerGap

int ForestOptions::nodePerGap

Definition at line 46 of file automaticMeshSizeField.h.

◆ nodePerTwoPi

int ForestOptions::nodePerTwoPi

Definition at line 45 of file automaticMeshSizeField.h.

◆ sizeFunction

double(* ForestOptions::sizeFunction) (double, double, double, double)

Definition at line 48 of file automaticMeshSizeField.h.

◆ triRTree

RTree<uint64_t, double, 3>* ForestOptions::triRTree

Definition at line 50 of file automaticMeshSizeField.h.


The documentation for this struct was generated from the following file: