Searched refs:DMPlexPointGlobalRef (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 107 PetscCall(DMPlexPointGlobalRef(dmGrad, cells[c], gr, &cgrad[c])); in DMPlexReconstructGradients_Internal() 137 PetscCall(DMPlexPointGlobalRef(dmGrad, cell, gr, &cgrad)); in DMPlexReconstructGradients_Internal()
|
| H A D | plexpoint.c | 307 PetscErrorCode DMPlexPointGlobalRef(DM dm, PetscInt point, PetscScalar *array, void *ptr) in DMPlexPointGlobalRef() function
|
| H A D | plexfem.c | 2069 PetscCall(DMPlexPointGlobalRef(edm, c, earray, (void *)&eval)); in DMPlexComputeL2FluxDiffVecLocal()
|
| H A D | plex.c | 9260 PetscCall(DMPlexPointGlobalRef(rdm, c, r, &lr)); in DMPlexCreateRankField()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 79 PETSC_EXTERN PetscErrorCode DMPlexPointGlobalRef(DM, PetscInt, PetscScalar *, void *);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 944 PetscCall(DMPlexPointGlobalRef(eplex, cell, earray, (void *)&eval)); in DMAdaptorComputeErrorIndicator_Gradient()
|