Lines Matching refs:numPoints

436       PetscInt    numPoints[2]        = {4, 2};  in CreateSimplex_2D()  local
444 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplex_2D()
451 PetscInt numPoints[2] = {6, 4}; in CreateSimplex_2D() local
459 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplex_2D()
470 PetscInt numPoints[2] = {8, 6}; in CreateSimplex_2D() local
480 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplex_2D()
494 PetscInt numPoints[2] = {7, 6}; in CreateSimplex_2D() local
502 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplex_2D()
516 PetscInt numPoints[3] = {0, 0, 0}; in CreateSimplex_2D() local
518 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplex_2D()
539 PetscInt numPoints[4] = {5, 7, 9, 2}; in CreateSimplex_3D() local
547 …PetscCall(DMPlexCreateFromDAG(dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoord… in CreateSimplex_3D()
554 PetscInt numPoints[4] = {6, 13, 12, 4}; in CreateSimplex_3D() local
564 …PetscCall(DMPlexCreateFromDAG(dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoord… in CreateSimplex_3D()
574 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateSimplex_3D() local
576 PetscCall(DMPlexCreateFromDAG(dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplex_3D()
595 PetscInt numPoints[2] = {6, 2}; in CreateQuad_2D() local
603 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateQuad_2D()
613 PetscInt numPoints[2] = {16, 9}; in CreateQuad_2D() local
621 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateQuad_2D()
639 PetscInt numPoints[3] = {0, 0, 0}; in CreateQuad_2D() local
641 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateQuad_2D()
663 PetscInt numPoints[2] = {12, 2}; in CreateHex_3D() local
671 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateHex_3D()
688 PetscInt numPoints[2] = {30, 7}; in CreateHex_3D() local
697 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateHex_3D()
710 PetscInt numPoints[2] = {18, 4}; in CreateHex_3D() local
718 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateHex_3D()
730 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateHex_3D() local
732 PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateHex_3D()