Lines Matching refs:faultPoints

442       PetscInt    faultPoints[2]      = {3, 4};  in CreateSimplex_2D()  local
446 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplex_2D()
457 PetscInt faultPoints[3] = {5, 6, 8}; in CreateSimplex_2D() local
461 for (p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplex_2D()
478 PetscInt faultPoints[2] = {7, 12}; in CreateSimplex_2D() local
489 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplex_2D()
491 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "pfault", faultPoints[p], 1)); in CreateSimplex_2D()
499 PetscInt faultPoints[2] = {8, 11}; in CreateSimplex_2D() local
503 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateSimplex_2D()
545 PetscInt faultPoints[3] = {3, 4, 5}; in CreateSimplex_3D() local
549 for (p = 0; p < 3; ++p) PetscCall(DMSetLabelValue(dm, "fault", faultPoints[p], 1)); in CreateSimplex_3D()
562 PetscInt faultPoints[4] = {5, 6, 7, 8}; in CreateSimplex_3D() local
566 for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(dm, "fault", faultPoints[p], 1)); in CreateSimplex_3D()
601 PetscInt faultPoints[2] = {3, 4}; in CreateQuad_2D() local
606 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateQuad_2D()
608 for (p = 0; p < 2; ++p) PetscCall(DMSetLabelValue(*dm, "pfault", faultPoints[p], 1)); in CreateQuad_2D()
618 PetscInt faultPoints[4] = {11, 15, 19, 20}; in CreateQuad_2D() local
622 for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(*dm, "fault", faultPoints[p], 1)); in CreateQuad_2D()
623 for (p = 3; p < 4; ++p) PetscCall(DMSetLabelValue(*dm, "faultBd", faultPoints[p], 1)); in CreateQuad_2D()
669 PetscInt faultPoints[4] = {3, 4, 7, 8}; in CreateHex_3D() local
674 for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(idm, "fault", faultPoints[p], 1)); in CreateHex_3D()
695 PetscInt faultPoints[6] = {20, 21, 22, 23, 24, 25}; in CreateHex_3D() local
699 for (p = 0; p < 6; ++p) PetscCall(DMSetLabelValue(idm, "fault", faultPoints[p], 1)); in CreateHex_3D()
716 PetscInt faultPoints[4] = {7, 8, 16, 17}; in CreateHex_3D() local
720 for (p = 0; p < 4; ++p) PetscCall(DMSetLabelValue(idm, "fault", faultPoints[p], 1)); in CreateHex_3D()