Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c71 IS wall_is; in Surface_Forces_NS() local
73 PetscCall(DMLabelGetStratumIS(face_label, wall, &wall_is)); in Surface_Forces_NS()
74 if (wall_is) { // There exist such points on this process in Surface_Forces_NS()
79 PetscCall(ISGetSize(wall_is, &num_points)); in Surface_Forces_NS()
80 PetscCall(ISGetIndices(wall_is, &points)); in Surface_Forces_NS()
92 PetscCall(ISRestoreIndices(wall_is, &points)); in Surface_Forces_NS()
94 PetscCall(ISDestroy(&wall_is)); in Surface_Forces_NS()