Home
last modified time | relevance | path

Searched refs:DMPlexVecGetOrientedClosure (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D324.md182 - Rename `DMPlexVecGetOrientedClosure_Internal()` to `DMPlexVecGetOrientedClosure()`
/petsc/include/
H A Dpetscdmplex.h395 PETSC_EXTERN PetscErrorCode DMPlexVecGetOrientedClosure(DM, PetscSection, PetscBool, Vec, PetscInt,…
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1756 PetscCall(DMPlexVecGetOrientedClosure(cdm, cs, PETSC_FALSE, coordinates, cell, 0, Nc, coords)); in DMPlexGetCellCoordinates()
3741 …PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, coords, cell, 0, &coordSize, &nodes)); in DMPlexCoordinatesToReference_FE()
3804 …PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, coords, cell, 0, &coordSize, &nodes)); in DMPlexReferenceToCoordinates_FE()
H A Dplexfem.c1513 PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, localX, c, 0, NULL, &x)); in DMPlexComputeL2DiffLocal()
1629 PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, localX, c, 0, NULL, &x)); in DMComputeL2GradientDiff_Plex()
1769 PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, localX, cell, 0, NULL, &x)); in DMComputeL2FieldDiff_Plex()
1924 PetscCall(DMPlexVecGetOrientedClosure(dm, NULL, PETSC_FALSE, localX, c, 0, NULL, &x)); in DMPlexComputeL2DiffVec()
4048 …PetscCall(DMPlexVecGetOrientedClosure(plexX[s], sectionX[s], PETSC_FALSE, locX[s], subpoint, ornt[… in DMPlexGetHybridFields()
H A Dplex.c6610 PetscErrorCode DMPlexVecGetOrientedClosure(DM dm, PetscSection section, PetscBool useClPerm, Vec v,… in DMPlexVecGetOrientedClosure() function
6723 PetscCall(DMPlexVecGetOrientedClosure(dm, section, PETSC_TRUE, v, point, 0, csize, values)); in DMPlexVecGetClosure()