Lines Matching refs:coneOrientations
471 PetscInt coneOrientations[6] = {0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
474 … PetscCall(DMPlexCreateFromDAG(dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateDoublet()
479 PetscInt coneOrientations[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
482 … PetscCall(DMPlexCreateFromDAG(dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateDoublet()
490 PetscInt coneOrientations[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
493 … PetscCall(DMPlexCreateFromDAG(dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateDoublet()
498 PetscInt coneOrientations[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
501 … PetscCall(DMPlexCreateFromDAG(dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateDoublet()
948 PetscInt numPoints[2], *coneSize, *cones, *coneOrientations; in DMPlexCreateLineMesh_Internal() local
970 … + numVerts, &coneSize, numCells * 2, &cones, numCells + numVerts, &coneOrientations, numVerts, &v… in DMPlexCreateLineMesh_Internal()
971 PetscCall(PetscArrayzero(coneOrientations, numCells + numVerts)); in DMPlexCreateLineMesh_Internal()
979 PetscCall(DMPlexCreateFromDAG(dm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateLineMesh_Internal()
980 PetscCall(PetscFree4(coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateLineMesh_Internal()
4503 PetscInt coneOrientations[1] = {0}; in DMPlexCreateReferenceCell_Internal() local
4507 …PetscCall(DMPlexCreateFromDAG(rdm, 0, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4513 PetscInt coneOrientations[2] = {0, 0}; in DMPlexCreateReferenceCell_Internal() local
4517 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4523 PetscInt coneOrientations[2] = {0, 0}; in DMPlexCreateReferenceCell_Internal() local
4527 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4533 PetscInt coneOrientations[3] = {0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4537 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4543 PetscInt coneOrientations[4] = {0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4547 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4553 PetscInt coneOrientations[4] = {0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4557 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4563 PetscInt coneOrientations[4] = {0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4567 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4573 PetscInt coneOrientations[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4577 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4583 PetscInt coneOrientations[6] = {0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4587 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4593 PetscInt coneOrientations[6] = {0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4597 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4603 PetscInt coneOrientations[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4607 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
4613 PetscInt coneOrientations[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4617 …PetscCall(DMPlexCreateFromDAG(rdm, 1, numPoints, coneSize, cones, coneOrientations, vertexCoords)); in DMPlexCreateReferenceCell_Internal()
6627 …, const PetscInt coneSize[], const PetscInt cones[], const PetscInt coneOrientations[], const Pets… in DMPlexCreateFromDAG() argument
6648 PetscCall(DMPlexSetConeOrientation(dm, p, &coneOrientations[off])); in DMPlexCreateFromDAG()