Searched refs:InsertFace (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 285 static PetscErrorCode InsertFace(DM dm, PetscInt cell, PetscInt face, PetscInt ornt) in InsertFace() function 859 if (cl >= 0) PetscCall(InsertFace(*dm, cl, face, -1)); in DMPlexCreateFluent() 860 if (cr >= 0) PetscCall(InsertFace(*dm, cr, face, 0)); in DMPlexCreateFluent() 862 if (cl >= 0) PetscCall(InsertFace(*dm, cl, face, 0)); in DMPlexCreateFluent() 863 if (cr >= 0) PetscCall(InsertFace(*dm, cr, face, -1)); in DMPlexCreateFluent()
|