Searched refs:wall_is (Results 1 – 1 of 1) sorted by relevance
84 IS wall_is; in Surface_Forces_NS() local87 PetscCall(DMLabelGetStratumIS(face_label, wall, &wall_is)); in Surface_Forces_NS()88 if (!wall_is) continue; // No wall points on this process, skip in Surface_Forces_NS()92 PetscCall(ISGetSize(wall_is, &num_points)); in Surface_Forces_NS()93 PetscCall(ISGetIndices(wall_is, &points)); in Surface_Forces_NS()107 PetscCall(ISRestoreIndices(wall_is, &points)); in Surface_Forces_NS()108 PetscCall(ISDestroy(&wall_is)); in Surface_Forces_NS()