Searched refs:bmtype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2626 int boclass, bmtype, *bpinfo; in ConvertGeomModelToAllBSplines() local 2633 …PetscCallEGADS(EGlite_getGeometry, (bspline, &boclass, &bmtype, &bRef, &bpinfo, &bprv)); // Get ge… in ConvertGeomModelToAllBSplines() 2634 PetscCallEGADS(EGlite_getInfo, (bspline, &boclass, &bmtype, &bRef, &bPrev, &bNext)); in ConvertGeomModelToAllBSplines() 2637 …PetscCallEGADS(EG_getGeometry, (bspline, &boclass, &bmtype, &bRef, &bpinfo, &bprv)); // Get geomet… in ConvertGeomModelToAllBSplines() 2638 PetscCallEGADS(EG_getInfo, (bspline, &boclass, &bmtype, &bRef, &bPrev, &bNext)); in ConvertGeomModelToAllBSplines() 2641 …PetscCall(DMPlex_EGADS_GeomDecode_Internal(boclass, bmtype, &bClass, &bType)); // Decode Geometry … in ConvertGeomModelToAllBSplines() 2854 int id, boclass, bmtype, *bpinfo; in DMPlex_Surface_Grad() local 2872 PetscCall(EGlite_getGeometry(fgeom, &boclass, &bmtype, &bRef, &bpinfo, &bprv)); in DMPlex_Surface_Grad() 2873 PetscCall(EGlite_getInfo(fgeom, &boclass, &bmtype, &bRef, &bPrev, &bNext)); in DMPlex_Surface_Grad() 2877 PetscCall(EG_getGeometry(fgeom, &boclass, &bmtype, &bRef, &bpinfo, &bprv)); in DMPlex_Surface_Grad() [all …]
|