Searched refs:qct (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 211 DMPolytopeType qct; in DMProjectPoint_Field_Private() local 229 PetscCall(DMPlexGetCellType(dmIn, inp, &qct)); in DMProjectPoint_Field_Private() 230 …if ((qct != DM_POLYTOPE_POINT_PRISM_TENSOR) && (qct != DM_POLYTOPE_SEG_PRISM_TENSOR) && (qct != DM… in DMProjectPoint_Field_Private() 317 qpt[1] = perms ? perms[0][DMPolytopeTypeComposeOrientationInv(qct, ornt[1], 0)][q] : q; in DMProjectPoint_Field_Private() 370 DMPolytopeType qct; in DMProjectPoint_BdField_Private() local 388 PetscCall(DMPlexGetCellType(dmIn, inp, &qct)); in DMProjectPoint_BdField_Private() 389 …if ((qct != DM_POLYTOPE_POINT_PRISM_TENSOR) && (qct != DM_POLYTOPE_SEG_PRISM_TENSOR) && (qct != DM… in DMProjectPoint_BdField_Private()
|
| H A D | plextree.c | 1817 DMPolytopeType pct, qct; in DMPlexTreeRefineCell() local 1838 PetscCall(DMPlexGetCellType(dm, q, &qct)); in DMPlexTreeRefineCell() 1843 parentOrientB = DMPolytopeConvertNewOrientation_Internal(qct, parentOrientB); in DMPlexTreeRefineCell()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1572 DMPolytopeType ct, qct; in DMPlexTransformGetConeOriented() local 1585 PetscCall(DMPlexTransformGetSourcePoint(tr, q, &ct, &qct, &p, &r)); in DMPlexTransformGetConeOriented() 1592 if (ctNew == qct) Nr = r; in DMPlexTransformGetConeOriented() 1602 if (ctNew == qct) break; in DMPlexTransformGetConeOriented() 1604 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, po, ct, qct, rcone, &coff, rornt, &ooff, qcone, q… in DMPlexTransformGetConeOriented() 1613 DMPolytopeType ct, qct; in DMPlexTransformGetCone() local 1626 PetscCall(DMPlexTransformGetSourcePoint(tr, q, &ct, &qct, &p, &r)); in DMPlexTransformGetCone() 1633 if (ctNew == qct) Nr = r; in DMPlexTransformGetCone() 1643 if (ctNew == qct) break; in DMPlexTransformGetCone() 1645 …PetscCall(DMPlexTransformGetCone_Internal(tr, p, 0, ct, qct, rcone, &coff, rornt, &ooff, qcone, qo… in DMPlexTransformGetCone()
|