Lines Matching refs:faultPoints
154 PetscInt faultPoints[2] = {3, 4}; in CreateSimplexHybrid_2D() local
157 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplexHybrid_2D()
165 PetscInt faultPoints[3] = {5, 6, 7}; in CreateSimplexHybrid_2D() local
168 for (p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplexHybrid_2D()
253 PetscInt faultPoints[2] = {3, 4}; in CreateTensorProductHybrid_2D() local
256 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateTensorProductHybrid_2D()
390 PetscInt faultPoints[3] = {3, 4, 5}; in CreateSimplexHybrid_3D() local
393 for (p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplexHybrid_3D()
402 PetscInt faultPoints[3] = {9, 10, 11}; in CreateSimplexHybrid_3D() local
405 for (p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplexHybrid_3D()
497 PetscInt faultPoints[4] = {2, 3, 5, 6}; in CreateTensorProductHybrid_3D() local
500 for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateTensorProductHybrid_3D()
510 PetscInt faultPoints[6] = {20, 21, 22, 23, 24, 25}; in CreateTensorProductHybrid_3D() local
513 for (p = 0; p < 6; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateTensorProductHybrid_3D()