Lines Matching refs:limits

825               double limits[4];  in DMPlexGeomPrintModel_Internal()  local
829 … PetscCall(EGlite_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexGeomPrintModel_Internal()
832 … PetscCall(EG_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexGeomPrintModel_Internal()
836 …COMM_SELF, " (x, y, z) = (%lf, %lf, %lf) \n", limits[0], limits[1], limits[2])); in DMPlexGeomPrintModel_Internal()
1011 double limits[4]; in DMPlexCreateGeom_Internal() local
1015 … PetscCall(EGlite_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom_Internal()
1018 … PetscCall(EG_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom_Internal()
1022 coords[(id - 1) * cdim + 0] = limits[0]; in DMPlexCreateGeom_Internal()
1023 coords[(id - 1) * cdim + 1] = limits[1]; in DMPlexCreateGeom_Internal()
1024 coords[(id - 1) * cdim + 2] = limits[2]; in DMPlexCreateGeom_Internal()
1652 double limits[4]; in DMPlexCreateGeom() local
1656 … PetscCall(EGlite_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom()
1659 … PetscCall(EG_getTopology(vertex, &geom, &oclass, &mtype, limits, &unused, &mobjs, &senses)); in DMPlexCreateGeom()
1663 coords[(bodyVertexIndexStart + id - 1) * cdim + 0] = limits[0]; in DMPlexCreateGeom()
1664 coords[(bodyVertexIndexStart + id - 1) * cdim + 1] = limits[1]; in DMPlexCreateGeom()
1665 coords[(bodyVertexIndexStart + id - 1) * cdim + 2] = limits[2]; in DMPlexCreateGeom()