gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
6 #ifndef FUNCSPACEDATA_H
7 #define FUNCSPACEDATA_H
54 FuncSpaceData(
int type,
bool pyr,
int nij,
int nk,
bool serendip);
59 Msg::Info(
"FuncSpaceData: type%d, order%d, nij%d, nk%d, pyr%d, serendip%d",
static void Info(const char *fmt,...)
FuncSpaceData getForNonSerendipitySpace() const
bool getPyramidalSpace() const
bool operator<(const FuncSpaceData &other) const
bool getSerendipity() const
bool operator==(const FuncSpaceData &other) const
int getSpaceOrder() const
void getOrderForBezier(int[3], int exponentZ=-1) const