Home
last modified time | relevance | path

Searched refs:subconeSize (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1989 PetscInt subpoint, subface, subconeSize, sc; in GetSurfaceSide_Static() local
1993 PetscCall(DMPlexGetConeSize(subdm, subpoint, &subconeSize)); in GetSurfaceSide_Static()
1996 for (sc = 0; sc < subconeSize; ++sc) { in GetSurfaceSide_Static()
2002 …PetscCheck(sc < subconeSize, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not find subpoint %" Pet… in GetSurfaceSide_Static()
3512 PetscInt coneSize, subconeSize, coneSizeNew, c, subc, fornt = 0; in DMPlexCreateSubmeshGeneric_Interpolated() local
3543 PetscCall(DMPlexGetConeSize(subdm, subpoint, &subconeSize)); in DMPlexCreateSubmeshGeneric_Interpolated()
3554subconeSize, comm, PETSC_ERR_PLIB, "Number of cone points located %" PetscInt_FMT " does not match… in DMPlexCreateSubmeshGeneric_Interpolated()