Searched refs:DMPlexComputeGradientFVM (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplex.h | 358 PETSC_EXTERN PetscErrorCode DMPlexComputeGradientFVM(DM, PetscFV, Vec, Vec, DM *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM() function 3482 PetscCall(DMPlexComputeGradientFVM(dm, fv, (Vec)facegeomobj, (Vec)cellgeomobj, &dmGradInt)); in DMPlexGetDataFVM()
|
| H A D | plexfem.c | 2486 PetscCall(DMPlexComputeGradientFVM(dm, fv, faceGeometryFVM, cellGeometryFVM, &dmGrad)); in DMPlexComputeIntegral_Internal()
|