Searched refs:Kref (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 218 PetscErrorCode DMPlexCreateReferenceTree_Union(DM K, DM Kref, const char *labelName, DM *ref) in DMPlexCreateReferenceTree_Union() argument 233 PetscCall(DMGetLabel(Kref, labelName, &identityRef)); in DMPlexCreateReferenceTree_Union() 234 PetscCall(DMPlexGetChart(Kref, &pRefStart, &pRefEnd)); in DMPlexCreateReferenceTree_Union() 254 PetscCall(DMPlexGetHeightStratum(Kref, d, &cStart, &cEnd)); in DMPlexCreateReferenceTree_Union() 289 PetscCall(DMPlexGetConeSize(Kref, p, &dof)); in DMPlexCreateReferenceTree_Union() 322 PetscCall(DMPlexGetConeSize(Kref, p, &dof)); in DMPlexCreateReferenceTree_Union() 323 PetscCall(DMPlexGetCone(Kref, p, &cone)); in DMPlexCreateReferenceTree_Union() 324 PetscCall(DMPlexGetConeOrientation(Kref, p, &orientation)); in DMPlexCreateReferenceTree_Union() 354 PetscCall(DMGetCoordinateSection(Kref, &KrefCoordsSec)); in DMPlexCreateReferenceTree_Union() 355 PetscCall(DMGetCoordinatesLocal(Kref, &KrefCoordsVec)); in DMPlexCreateReferenceTree_Union() [all …]
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1799 DM K, Kref; in PetscFVRefine() local 1813 PetscCall(DMRefine(K, PetscObjectComm((PetscObject)fv), &Kref)); in PetscFVRefine() 1814 PetscCall(PetscDualSpaceSetDM(Qref, Kref)); in PetscFVRefine() 1815 PetscCall(DMDestroy(&Kref)); in PetscFVRefine()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 1808 DM K, Kref; in PetscFERefine() local 1826 PetscCall(DMRefine(K, PetscObjectComm((PetscObject)fe), &Kref)); in PetscFERefine() 1827 PetscCall(DMGetCoordinatesLocalSetUp(Kref)); in PetscFERefine() 1828 PetscCall(PetscDualSpaceSetDM(Qref, Kref)); in PetscFERefine() 1829 PetscCall(DMPlexGetHeightStratum(Kref, 0, &cStart, &cEnd)); in PetscFERefine() 1835 PetscCall(DMDestroy(&Kref)); in PetscFERefine()
|