Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 25 of 100) sorted by relevance

1234

/petsc/include/
H A Dpetscdm.h468 static inline PetscBool DMPolytopeTypeIsHybrid(DMPolytopeType ct) in DMPolytopeTypeIsHybrid()
481 static inline PetscInt DMPolytopeTypeGetDim(DMPolytopeType ct) in DMPolytopeTypeGetDim()
507 static inline PetscInt DMPolytopeTypeGetConeSize(DMPolytopeType ct) in DMPolytopeTypeGetConeSize()
539 static inline PetscInt DMPolytopeTypeGetNumVertices(DMPolytopeType ct) in DMPolytopeTypeGetNumVertices()
576 static inline PetscInt DMPolytopeTypeGetNumArrangements(DMPolytopeType ct) in DMPolytopeTypeGetNumArrangements()
609 static inline const PetscInt *DMPolytopeTypeGetArrangement(DMPolytopeType ct, PetscInt o) in DMPolytopeTypeGetArrangement()
812 static inline const PetscInt *DMPolytopeTypeGetVertexArrangement(DMPolytopeType ct, PetscInt o) in DMPolytopeTypeGetVertexArrangement()
983 static inline PetscInt DMPolytopeTypeComposeOrientation(DMPolytopeType ct, PetscInt o1, PetscInt o2) in DMPolytopeTypeComposeOrientation()
1104 static inline PetscInt DMPolytopeTypeComposeOrientationInv(DMPolytopeType ct, PetscInt o1, PetscInt… in DMPolytopeTypeComposeOrientationInv()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c69 DMPolytopeType ct; in CheckCellVertices() local
136 DMPolytopeType ct; in GenerateArrangements() local
160 DMPolytopeType ct; in VerifyCayleyTable() local
207 DMPolytopeType ct; in VerifyInverse() local
252 DMPolytopeType ct; in CheckSubcells() local
357 DMPolytopeType ct; in RefineArrangements() local
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c464 DMPolytopeType ct; in DMPlexTransformCreateOffset_Internal() local
523 const DMPolytopeType ct = (DMPolytopeType)c; in DMPlexTransformCreateOffset_Internal() local
610 DMPolytopeType ct; in DMPlexTransformSetUp() local
628 DMPolytopeType ct; in DMPlexTransformSetUp() local
812 static PetscErrorCode DMPlexTransformGetCoordinateFE(DMPlexTransform tr, DMPolytopeType ct, PetscFE… in DMPlexTransformGetCoordinateFE()
1000 PetscErrorCode DMPlexTransformGetTargetPoint(DMPlexTransform tr, DMPolytopeType ct, DMPolytopeType … in DMPlexTransformGetTargetPoint()
1057 PetscErrorCode DMPlexTransformGetSourcePoint(DMPlexTransform tr, PetscInt pNew, DMPolytopeType *ct,… in DMPlexTransformGetSourcePoint()
1400 DMPolytopeType ct; in DMPlexTransformSetConeSizes() local
1440 …ansformGetCone_Internal(DMPlexTransform tr, PetscInt p, PetscInt o, DMPolytopeType ct, DMPolytopeT… in DMPlexTransformGetCone_Internal()
1529 DMPolytopeType ct; in DMPlexTransformSetCones() local
[all …]
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c100 DMPolytopeType ct; in DMPlexTransformExtrudeComputeExtrusionDim() local
147 const DMPolytopeType ct = DM_POLYTOPE_POINT; in DMPlexTransformExtrudeSetUp_Point() local
179 const DMPolytopeType ct = DM_POLYTOPE_SEGMENT; in DMPlexTransformExtrudeSetUp_Segment() local
257 const DMPolytopeType ct = DM_POLYTOPE_TRIANGLE; in DMPlexTransformExtrudeSetUp_Triangle() local
349 const DMPolytopeType ct = DM_POLYTOPE_QUADRILATERAL; in DMPlexTransformExtrudeSetUp_Quadrilateral() local
475 PetscInt ct, val; in DMPlexTransformSetUp_Extrude() local
616 PetscInt ct; in DMPlexTransformDestroy_Extrude() local
787 …sformMapCoordinates_Extrude(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p,… in DMPlexTransformMapCoordinates_Extrude()
H A Dplextrcohesive.c779 PetscInt ct, val; in DMPlexTransformSetUp_Cohesive() local
833 PetscInt ct; in DMPlexTransformDestroy_Cohesive() local
970 DMPolytopeType ct; in DMPlexTransformOrderSupports_Cohesive() local
988 …formMapCoordinates_Cohesive(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p,… in DMPlexTransformMapCoordinates_Cohesive()
1014 DMPolytopeType ct; in DMPlexTransformMapCoordinates_Cohesive() local
1236 DMPolytopeType ct; in DMPlexTransformCohesiveExtrudeGetUnsplit() local
/petsc/include/petsc/private/
H A Ddtimpl.h7 DMPolytopeType ct; /* The domain of integration */ member
/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c46 PetscErrorCode DMPlexGetRawFaces_Internal(DM dm, DMPolytopeType ct, const PetscInt cone[], PetscInt… in DMPlexGetRawFaces_Internal()
480 PetscErrorCode DMPlexRestoreRawFaces_Internal(DM dm, DMPolytopeType ct, const PetscInt cone[], Pets… in DMPlexRestoreRawFaces_Internal()
519 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
539 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
576 PetscInt faceTypeStart[DM_NUM_POLYTOPES], ct, numFT = 0; in DMPlexInterpolateFaces_Internal() local
590 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
637 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
659 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
726 DMPolytopeType ct; in DMPlexInterpolateFaces_Internal() local
879 DMPolytopeType ct; in DMPlexOrientInterface_Internal() local
[all …]
H A Dplexfluent.c509 DMPolytopeType ct; in ReorderWedge() local
531 DMPolytopeType ct; in ReorderWedge() local
602 static PetscErrorCode ReorderCell(PetscViewer viewer, DM dm, PetscInt cell, DMPolytopeType ct) in ReorderCell()
626 static PetscErrorCode GetNumCellFaces(int nd, PetscInt *numCellFaces, DMPolytopeType *ct) in GetNumCellFaces()
822 DMPolytopeType ct; in DMPlexCreateFluent() local
H A Dplexextrude.c97 DMPolytopeType ct; in DMPlexExtrude() local
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c20 DMPolytopeType ct; in PetscFESetUp_Composite() local
104 DMPolytopeType ct; in PetscFEComputeTabulation_Composite() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpimattransposematmult.c62 Vec bt, ct; in MatTransposeMatMultNumeric_MPIAIJ_MPIDense() local
/petsc/src/dm/impls/plex/tests/
H A Dex102.c63 DMPolytopeType ct; in SetupFE() local
H A Dex41.c63 DMPolytopeType ct; in ConstructRefineTree() local
H A Dex72.c43 DMPolytopeType ct; in CreateDiscretization() local
H A Dex33.c43 DMPolytopeType ct; in CreateDiscretization() local
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c32 DMPolytopeType ct; in DMLabelEphemeralComputeStratumSize_Private() local
69 DMPolytopeType ct; in DMLabelGetStratumIS_Ephemeral() local
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1.c13 DMPolytopeType ct; in main() local
/petsc/src/dm/impls/plex/transform/impls/refine/bl/
H A Dplexrefbl.c18 DMPolytopeType ct; in DMPlexTransformSetUp_BL() local
489 …xTransformMapCoordinates_BL(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType ct, PetscInt p,… in DMPlexTransformMapCoordinates_BL()
/petsc/src/mat/tests/
H A Dex47.c12 PetscInt i, j, row, m, n, ncols1, ncols2, ct, m2, n2; in main() local
H A Dex53.c13 PetscInt rstart, rend, rows[2], cols[2], m, n, i, j, M, N, ct, row, ncols1, ncols2, bs; in main() local
/petsc/src/mat/impls/aij/seq/
H A Dmattransposematmult.c69 Vec bt, ct; in MatTMatTMultNumeric_SeqAIJ_SeqDense() local
/petsc/src/dm/impls/plex/transform/impls/filter/
H A Dplextrfilter.c43 DMPolytopeType ct; in DMPlexTransformSetUp_Filter() local
/petsc/src/dm/dt/tests/
H A Dex4.c61 DMPolytopeType ct; in CheckSymmetry() local
/petsc/src/dm/dt/interface/
H A Ddt.c93 DMPolytopeType ct; in PetscQuadratureDuplicate() local
156 PetscErrorCode PetscQuadratureGetCellType(PetscQuadrature q, DMPolytopeType *ct) in PetscQuadratureGetCellType()
178 PetscErrorCode PetscQuadratureSetCellType(PetscQuadrature q, DMPolytopeType ct) in PetscQuadratureSetCellType()
666 DMPolytopeType ct; in PetscQuadratureExpandComposite() local
1913 DMPolytopeType ct; in PetscDTGaussTensorQuadrature() local
2004 DMPolytopeType ct; in PetscDTStroudConicalQuadrature() local
2152 DMPolytopeType ct; in PetscDTSimplexQuadrature() local
2355 DMPolytopeType ct; in PetscDTTanhSinhTensorQuadrature() local
2614 DMPolytopeType ct1, ct2, ct; in PetscDTTensorQuadratureCreate() local
3377 DMPolytopeType ct; in PetscQuadratureComputePermutations() local
[all …]
/petsc/src/dm/impls/plex/transform/impls/refine/1d/
H A Dplexref1d.c18 DMPolytopeType ct; in DMPlexTransformSetUp_1D() local

1234