Searched refs:newOrientations (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1766 PetscInt numNewCones, *newConeSizes, *newCones, *newOrientations; in DMPlexTreeRefineCell() local 1898 PetscCall(PetscMalloc2(numNewCones, &newCones, numNewCones, &newOrientations)); in DMPlexTreeRefineCell() 1918 newOrientations[offset++] = orientation[l]; in DMPlexTreeRefineCell() 1946 newOrientations[offset++] = DMPolytopeConvertOldOrientation_Internal(ct, newO); in DMPlexTreeRefineCell() 2022 …PetscCall(DMPlexCreateFromDAG(*ncdm, dim, pNewCount, newConeSizes, newCones, newOrientations, newV… in DMPlexTreeRefineCell() 2030 PetscCall(PetscFree2(newCones, newOrientations)); in DMPlexTreeRefineCell()
|