Home
last modified time | relevance | path

Searched refs:DMPlexComputeGradientFVM (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h358 PETSC_EXTERN PetscErrorCode DMPlexComputeGradientFVM(DM, PetscFV, Vec, Vec, DM *);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3396 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 Dplexfem.c2486 PetscCall(DMPlexComputeGradientFVM(dm, fv, faceGeometryFVM, cellGeometryFVM, &dmGrad)); in DMPlexComputeIntegral_Internal()