gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
152 Msg::Error(
"Unknown element MSH type %i for parent type, returning -1.",
292 Msg::Warning(
"Unknown element MSH type %d, assuming order 1.", mshtype);
449 Msg::Error(
"Unknown element MSH type %i for dimension, returning -1.",
589 default:
Msg::Warning(
"Unknown element MSH type %d", mshtype);
return 0;
751 Msg::Warning(
"Unknown element MSH type %d, assuming not serendipity.",
774 default:
Msg::Error(
"Line order %i unknown", order);
return 0;
790 default:
Msg::Error(
"Triangle order %i unknown", order);
return 0;
806 default:
Msg::Error(
"Quad order %i unknown", order);
return 0;
822 default:
Msg::Error(
"Tetrahedron order %i unknown", order);
return 0;
837 default:
Msg::Error(
"hexahedron order %i unknown", order);
return 0;
852 default:
Msg::Error(
"Prism order %i unknown", order);
return 0;
867 default:
Msg::Error(
"Pyramid order %i unknown", order);
return 0;
872 Msg::Warning(
"Unknown element parent type %i, returning 0", parentType);
885 case TYPE_PNT:
return plural ?
"points" :
"point";
886 case TYPE_LIN:
return plural ?
"lines" :
"line";
887 case TYPE_TRI:
return plural ?
"triangles" :
"triangle";
888 case TYPE_QUA:
return plural ?
"quadrangles" :
"quadrangle";
889 case TYPE_TET:
return plural ?
"tetrahedra" :
"tetrahedron";
890 case TYPE_PYR:
return plural ?
"pyramids" :
"pyramid";
891 case TYPE_PRI:
return plural ?
"prisms" :
"prism";
892 case TYPE_HEX:
return plural ?
"hexahedra" :
"hexahedron";
893 case TYPE_POLYG:
return plural ?
"polygons" :
"polygon";
894 case TYPE_POLYH:
return plural ?
"polyhedra" :
"polyhedron";
897 case TYPE_TRIH:
return plural ?
"trihedra" :
"trihedron";
898 default:
return "undefined";
std::string nameOfParentType(int type, bool plural=false)
static void Warning(const char *fmt,...)
static void Error(const char *fmt,...)
int getSerendipity(int type)
int getPrimaryType(int type)
int getType(int parentType, int order, bool serendip=false)
int getDimension(int type)
int getNumVertices(int type)
int getParentType(int type)