Internal Setnames
The program generates internal sets for various purposes. For example to store boundary coditions which were found in an input file or to store elements which fail a certain criterion etc.
/* special sets, generated by cgx */
/* internal sets should have a leading "+" or "-" */
/* Setnames with leading "-" are not shown with qenq */
/* Setnames with leading ":" are not shown with prnt */
- "-BLR" /* surfaces to be rendered by the structured mesher */
- "-BNUR" /* save all bad nurbs */
- "-BSUR" /* save all bad surfs */
- "+CF" /* contact faces */
- "-COPY" /* */
- "-DEP" /* used for proj */
- "-DMPC" /* dependent nodes of equations */
- "+EDGE" /* all model edge nodes */
- ":ETMP" /* save all temporary elements, deleted by next call to adjustDrawNodes(1) */
- "-GLUR" /* unmeshable surfaces to be rendered by the glu routine */
- "-HIGHL" /* highlights identified entities */
- "-IMPC" /* independent nodes of equations */
- "-IND" /* used for proj */
- "-MESH" /* */
- "-NJBY" /* bad elements */
- "-NOEL" /* dependent nodes for which no matching indep-elem was found but it was conn to a close one */
- "-NOMESH" /* failed surfaces during 2d meshing */
- "-NOMPC" /* not used dependent nodes */
- "-NOPRJ" /* failed projection */
- ":NOSAVE" /* entities not saved when set all is saved */
- "-ORI" /* */
- "+PENTR" /* stores nodes of one mesh which penetrate a second mesh */
- "+PLT2D" /* selected nodes for the menu-graph (2d-plot) */
- "+THRS" /* nodes with a value above or below the threshold */
- "-TMP" /* temporary buffer for several purposes */
- "-UORI" /* save all unoriented items */
- "-WARN" /* problematic surfaces during 2d meshing */
- "-ZAP" /* entities to be deleted */