Searched refs:geomType (Results 1 – 1 of 1) sorted by relevance
25 PetscErrorCode DMPlex_EGADS_GeomDecode_Internal(const PetscInt geomClass, const PetscInt geomType, … in DMPlex_EGADS_GeomDecode_Internal() argument48 if (geomType == LINE) *retType = (char *)"LINE"; in DMPlex_EGADS_GeomDecode_Internal()49 if (geomType == CIRCLE) *retType = (char *)"CIRCLE"; in DMPlex_EGADS_GeomDecode_Internal()50 if (geomType == ELLIPSE) *retType = (char *)"ELLIPSE"; in DMPlex_EGADS_GeomDecode_Internal()51 if (geomType == PARABOLA) *retType = (char *)"PARABOLA"; in DMPlex_EGADS_GeomDecode_Internal()52 if (geomType == HYPERBOLA) *retType = (char *)"HYPERBOLA"; in DMPlex_EGADS_GeomDecode_Internal()53 if (geomType == TRIMMED) *retType = (char *)"TRIMMED"; in DMPlex_EGADS_GeomDecode_Internal()54 if (geomType == BEZIER) *retType = (char *)"BEZIER"; in DMPlex_EGADS_GeomDecode_Internal()55 if (geomType == BSPLINE) *retType = (char *)"BSPLINE"; in DMPlex_EGADS_GeomDecode_Internal()56 if (geomType == OFFSET) *retType = (char *)"OFFSET"; in DMPlex_EGADS_GeomDecode_Internal()[all …]