Lines Matching defs:coneSize

469         PetscInt    coneSize[6]         = {3, 3, 0, 0, 0, 0};  in DMPlexCreateDoublet()  local
477 PetscInt coneSize[8] = {4, 4, 0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
488 PetscInt coneSize[7] = {4, 4, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
496 PetscInt coneSize[14] = {8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateDoublet() local
948 PetscInt numPoints[2], *coneSize, *cones, *coneOrientations; in DMPlexCreateLineMesh_Internal() local
4501 PetscInt coneSize[1] = {0}; in DMPlexCreateReferenceCell_Internal() local
4511 PetscInt coneSize[3] = {2, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4521 PetscInt coneSize[3] = {2, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4531 PetscInt coneSize[4] = {3, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4541 PetscInt coneSize[5] = {4, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4551 PetscInt coneSize[5] = {4, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4561 PetscInt coneSize[5] = {4, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4571 PetscInt coneSize[9] = {8, 0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4581 PetscInt coneSize[7] = {6, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4591 PetscInt coneSize[7] = {6, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4601 PetscInt coneSize[9] = {8, 0, 0, 0, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
4611 PetscInt coneSize[6] = {5, 0, 0, 0, 0, 0}; in DMPlexCreateReferenceCell_Internal() local
6627 …reateFromDAG(DM dm, PetscInt depth, const PetscInt numPoints[], const PetscInt coneSize[], const P… in DMPlexCreateFromDAG()