| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 285 static PetscErrorCode InsertFace(DM dm, PetscInt cell, PetscInt face, PetscInt ornt) in InsertFace() 303 const PetscInt *cone, *ornt; in ReorderPolygon() local 349 const PetscInt *cone, *ornt, *fcone, *fornt, *farr, faces[4] = {0, 1, 3, 2}; in ReorderTetrahedron() local 410 const PetscInt *cone, *ornt, *fcone, *fornt, *farr; in ReorderHexahedron() local 500 const PetscInt *cone, *ornt, *fcone, *fornt, *farr; in ReorderWedge() local
|
| H A D | plexorient.c | 21 const PetscInt *arr, *cone, *ornt, *support; in DMPlexOrientPoint() local 456 const PetscInt *cone, *support, *ornt; in DMPlexOrient() local 620 const PetscScalar *ornt; in DMPlexOrient() local 826 const PetscInt *cone, *supp, *ornt; in DMPlexOrientCells_Internal() local 997 const PetscScalar *ornt; in DMPlexOrientCells_Internal() local
|
| H A D | plex.c | 3663 … DMPlexGetOrientedCone(DM dm, PetscInt p, PeOp const PetscInt *cone[], PeOp const PetscInt *ornt[]) in DMPlexGetOrientedCone() 3704 …orCode DMPlexRestoreOrientedCone(DM dm, PetscInt p, const PetscInt *cone[], const PetscInt *ornt[]) in DMPlexRestoreOrientedCone() 3933 const PetscInt *cone, *ornt; in DMPlexConvertOldOrientations_Internal() local 3968 …M dm, PetscInt p, PetscBool useCone, PetscInt *size, const PetscInt *arr[], const PetscInt *ornt[]) in DMPlexGetTransitiveClosure_Hot_Private() 4002 …M dm, PetscInt p, PetscBool useCone, PetscInt *size, const PetscInt *arr[], const PetscInt *ornt[]) in DMPlexRestoreTransitiveClosure_Hot_Private() 4013 static PetscErrorCode DMPlexGetTransitiveClosure_Depth1_Private(DM dm, PetscInt p, PetscInt ornt, P… in DMPlexGetTransitiveClosure_Depth1_Private() 4064 const PetscInt *cone, *ornt; in DMPlexTransitiveClosure_Tensor_Internal() local 4130 PetscErrorCode DMPlexGetTransitiveClosure_Internal(DM dm, PetscInt p, PetscInt ornt, PetscBool useC… in DMPlexGetTransitiveClosure_Internal() 5263 const PetscInt *cone, *coneB, *ornt, *orntB, *support, *supportB; in DMPlexEqual() local 6438 …PlexGetCompressedClosure(DM dm, PetscSection section, PetscInt point, PetscInt ornt, PetscInt *num… in DMPlexGetCompressedClosure() [all …]
|
| H A D | plexproject.c | 208 const PetscInt dE = cgeom->dimEmbed, *cone, *ornt; in DMProjectPoint_Field_Private() local 367 const PetscInt dE = fgeom->dimEmbed, *cone, *ornt; in DMProjectPoint_BdField_Private() local
|
| H A D | plexsfc.c | 405 static PetscErrorCode DMPlexOrientPointWithCorrections(DM dm, PetscInt point, PetscInt ornt, PetscS… in DMPlexOrientPointWithCorrections() 790 PetscInt ornt; in DMPlexCorrectOrientationForIsoperiodic() local
|
| H A D | plexsubmesh.c | 1478 const PetscInt *cone, *support, *ornt; in DMPlexConstructCohesiveCells_Internal() local 1974 const PetscInt *cone, *ornt; in GetSurfaceSide_Static() local 3511 const PetscInt *cone, *ornt; in DMPlexCreateSubmeshGeneric_Interpolated() local 3515 const PetscInt *support, *cone, *ornt; in DMPlexCreateSubmeshGeneric_Interpolated() local
|
| H A D | plexcreate.c | 1589 PetscInt ornt[6] = {-2, 0, 0, -3, 0, -2}; /* ??? */ in DMPlexCreateCubeMesh_Internal() local 1616 PetscInt ornt[4] = {0, 0, -1, -1}; in DMPlexCreateCubeMesh_Internal() local 1649 PetscInt ornt[4] = {0, 0, -1, -1}; in DMPlexCreateCubeMesh_Internal() local 1682 PetscInt ornt[4] = {0, 0, -1, -1}; in DMPlexCreateCubeMesh_Internal() local 3328 PetscInt cone[4], ornt[4]; in DMPlexCreateSphereMesh_Internal() local
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 336 …nt o, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in SBRGetTriangleSplitSingle() 447 …nt o, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in SBRGetTriangleSplitDouble() 494 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_SBR()
|
| /petsc/src/dm/impls/plex/transform/impls/filter/ |
| H A D | plextrfilter.c | 70 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_Filter()
|
| /petsc/include/petsc/private/ |
| H A D | dmplextransformimpl.h | 90 PetscInt **ornt; /* The array of orientation for each target cell */ member 103 PetscInt **ornt; // The array of orientation for each target cell member 136 PetscInt **ornt; /* The array of orientation for each target cell */ member
|
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 96 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellRefine_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 57 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_1D()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 478 PetscInt *rsize, *cone, *ornt; in DMPlexTransformCreateOffset_Internal() local 527 PetscInt *rsize, *cone, *ornt; in DMPlexTransformCreateOffset_Internal() local 612 PetscInt *rsize, *cone, *ornt; in DMPlexTransformSetUp() local 630 PetscInt *rsize, *cone, *ornt; in DMPlexTransformSetUp() local 1003 PetscInt *rsize, *cone, *ornt; in DMPlexTransformGetTargetPoint() local 1061 PetscInt *rsize, *cone, *ornt; in DMPlexTransformGetSourcePoint() local 1198 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform() 1214 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransformIdentity() 1569 …iented(DMPlexTransform tr, PetscInt q, PetscInt po, const PetscInt *cone[], const PetscInt *ornt[]) in DMPlexTransformGetConeOriented() 1610 …lexTransformGetCone(DMPlexTransform tr, PetscInt q, const PetscInt *cone[], const PetscInt *ornt[]) in DMPlexTransformGetCone() [all …]
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex57.c | 125 const PetscInt *cone, *ornt, *coneB, *orntB; in CompareMeshes() local
|
| H A D | ex8.c | 197 const PetscInt *cone, *ornt; in CheckGaussLaw() local
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 554 const PetscInt *cone, *ornt; in DMPlexTransformSetUp_Extrude() local 650 const PetscInt *supp, *cone, *ornt; in DMPlexTransformGetSubcellOrientation_Extrude() local 752 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_Extrude()
|
| H A D | plextrcohesive.c | 908 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_Cohesive()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 213 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellRefine_ToBox()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 461 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellTransform_BL()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 645 … *rt, PetscInt *Nt, DMPolytopeType *target[], PetscInt *size[], PetscInt *cone[], PetscInt *ornt[]) in DMPlexTransformCellRefine_Regular()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 254 const PetscInt *cone, *ornt, *ocone, *oornt; in CheckSubcells() local
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 679 const PetscInt ornt[2] = {fgeom->face[e * 2 + 0][1], fgeom->face[e * 2 + 1][3]}; in PetscFEIntegrateHybridResidual_Basic() local 1156 const PetscInt ornt[2] = {fgeom->face[e * 2 + 0][1], fgeom->face[e * 2 + 1][3]}; in PetscFEIntegrateHybridJacobian_Basic() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 542 …rt, PetscInt p, PetscLagNodeIndices vertp, PetscLagNodeIndices nodep, PetscInt ornt, PetscInt form… in PetscLagNodeIndicesPushForward() 2464 PetscErrorCode PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange(PetscDualSpace sp, PetscInt ornt… in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange() 2704 PetscInt ornt; in PetscDualSpaceGetSymmetries_Lagrange() local
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 817 const PetscInt *cone, *ornt; in DMFieldComputeFaceData_DS() local
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 9461 …peType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt, PetscBool *fo… in DMPolytopeMatchOrientation() 9510 …tation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt) in DMPolytopeGetOrientation() 9546 …peType ct, const PetscInt sourceVert[], const PetscInt targetVert[], PetscInt *ornt, PetscBool *fo… in DMPolytopeMatchVertexOrientation() 9595 …tation(DMPolytopeType ct, const PetscInt sourceCone[], const PetscInt targetCone[], PetscInt *ornt) in DMPolytopeGetVertexOrientation()
|