Home
last modified time | relevance | path

Searched refs:DMPlexPointGlobalRef (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfvm.c107 PetscCall(DMPlexPointGlobalRef(dmGrad, cells[c], gr, &cgrad[c])); in DMPlexReconstructGradients_Internal()
137 PetscCall(DMPlexPointGlobalRef(dmGrad, cell, gr, &cgrad)); in DMPlexReconstructGradients_Internal()
H A Dplexpoint.c307 PetscErrorCode DMPlexPointGlobalRef(DM dm, PetscInt point, PetscScalar *array, void *ptr) in DMPlexPointGlobalRef() function
H A Dplexfem.c2069 PetscCall(DMPlexPointGlobalRef(edm, c, earray, (void *)&eval)); in DMPlexComputeL2FluxDiffVecLocal()
H A Dplex.c9260 PetscCall(DMPlexPointGlobalRef(rdm, c, r, &lr)); in DMPlexCreateRankField()
/petsc/include/
H A Dpetscdmplex.h79 PETSC_EXTERN PetscErrorCode DMPlexPointGlobalRef(DM, PetscInt, PetscScalar *, void *);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c944 PetscCall(DMPlexPointGlobalRef(eplex, cell, earray, (void *)&eval)); in DMAdaptorComputeErrorIndicator_Gradient()