Lines Matching refs:numPoints
58 PetscInt numPoints[2] = {3, 2}; in CreateSimplex_1D() local
64 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateSimplex_1D()
66 PetscInt numPoints[2] = {0, 0}; in CreateSimplex_1D() local
68 PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplex_1D()
111 PetscInt numPoints[3] = {4, 5, 2}; in CreateSimplex_2D() local
117 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateSimplex_2D()
119 PetscInt numPoints[3] = {0, 0, 0}; in CreateSimplex_2D() local
121 PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplex_2D()
149 PetscInt numPoints[2] = {4, 2}; in CreateSimplexHybrid_2D() local
156 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplexHybrid_2D()
160 PetscInt numPoints[2] = {5, 4}; in CreateSimplexHybrid_2D() local
167 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplexHybrid_2D()
185 PetscInt numPoints[2] = {0, 0}; in CreateSimplexHybrid_2D() local
187 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplexHybrid_2D()
221 PetscInt numPoints[3] = {6, 7, 2}; in CreateTensorProduct_2D() local
227 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateTensorProduct_2D()
229 PetscInt numPoints[3] = {0, 0, 0}; in CreateTensorProduct_2D() local
231 PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateTensorProduct_2D()
246 PetscInt numPoints[2] = {6, 2}; in CreateTensorProductHybrid_2D() local
255 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateTensorProductHybrid_2D()
266 PetscInt numPoints[3] = {0, 0, 0}; in CreateTensorProductHybrid_2D() local
268 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateTensorProductHybrid_2D()
305 PetscInt numPoints[4] = {5, 9, 7, 2}; in CreateSimplex_3D() local
311 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateSimplex_3D()
314 PetscInt numPoints[2] = {5, 2}; in CreateSimplex_3D() local
321 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateSimplex_3D()
328 PetscInt numPoints[2] = {4, 1}; in CreateSimplex_3D() local
335 …PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, coneSize, cones, coneOrientations, vertexCoor… in CreateSimplex_3D()
345 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateSimplex_3D() local
347 PetscCall(DMPlexCreateFromDAG(*dm, depth, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplex_3D()
385 PetscInt numPoints[2] = {5, 2}; in CreateSimplexHybrid_3D() local
392 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplexHybrid_3D()
397 PetscInt numPoints[2] = {9, 6}; in CreateSimplexHybrid_3D() local
404 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateSimplexHybrid_3D()
422 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateSimplexHybrid_3D() local
424 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateSimplexHybrid_3D()
448 PetscInt numPoints[2] = {12, 2}; in CreateTensorProduct_3D() local
454 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateTensorProduct_3D()
457 PetscInt numPoints[2] = {8, 1}; in CreateTensorProduct_3D() local
463 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateTensorProduct_3D()
469 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateTensorProduct_3D() local
471 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateTensorProduct_3D()
492 PetscInt numPoints[2] = {12, 2}; in CreateTensorProductHybrid_3D() local
499 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateTensorProductHybrid_3D()
503 PetscInt numPoints[2] = {30, 7}; in CreateTensorProductHybrid_3D() local
512 …PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in CreateTensorProductHybrid_3D()
529 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateTensorProductHybrid_3D() local
531 PetscCall(DMPlexCreateFromDAG(*dm, 1, numPoints, NULL, NULL, NULL, NULL)); in CreateTensorProductHybrid_3D()