Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfv.h100 PETSC_EXTERN PetscErrorCode PetscFVIntegrateRHSFunction(PetscFV, PetscDS, PetscInt, PetscInt, Petsc…
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1731 PetscErrorCode PetscFVIntegrateRHSFunction(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, … in PetscFVIntegrateRHSFunction() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c4533 PetscCall(PetscFVIntegrateRHSFunction(fv, prob, f, Ne, fgeom, vol, uL, uR, fluxL, fluxR)); in DMPlexComputeResidual_Patch_Internal()
5344 PetscCall(PetscFVIntegrateRHSFunction(fv, ds, f, Ne, fgeom, vol, uL, uR, fluxL, fluxR)); in DMPlexComputeResidualByKey()