Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/ !
H A Dex5.c442 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
[all …]
H A Dex4.c154 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()
[all …]