Searched refs:wall_is (Results 1 – 1 of 1) sorted by relevance
71 IS wall_is; in Surface_Forces_NS() local73 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()