Searched defs:ctNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ ! |
| H A D | plextransform.c | 476 const DMPolytopeType ctNew = (DMPolytopeType)cN; in DMPlexTransformCreateOffset_Internal() local 525 const DMPolytopeType ctNew = (DMPolytopeType)cN; in DMPlexTransformCreateOffset_Internal() local 894 PetscInt ctNew; in DMPlexTransformGetCellType() local 1000 …lexTransformGetTargetPoint(DMPlexTransform tr, DMPolytopeType ct, DMPolytopeType ctNew, PetscInt p… in DMPlexTransformGetTargetPoint() 1057 …ourcePoint(DMPlexTransform tr, PetscInt pNew, DMPolytopeType *ct, DMPolytopeType *ctNew, PetscInt … in DMPlexTransformGetSourcePoint() 1429 DMPolytopeType ctNew; in DMPlexTransformGetConeSize() local 1440 …al(DMPlexTransform tr, PetscInt p, PetscInt o, DMPolytopeType ct, DMPolytopeType ctNew, const Pets… in DMPlexTransformGetCone_Internal() 1549 const DMPolytopeType ctNew = rct[n]; in DMPlexTransformSetCones() local 1588 const DMPolytopeType ctNew = rct[n]; in DMPlexTransformGetConeOriented() local 1629 const DMPolytopeType ctNew = rct[n]; in DMPlexTransformGetCone() local
|
| /petsc/src/dm/impls/plex/tutorials/ ! |
| H A D | ex11.c | 279 DMPolytopeType ctNew = rct[n]; in CheckSubcells() local
|