Home
last modified time | relevance | path

Searched refs:integraterhsfunction (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/ !
H A Dpetscfvimpl.h68 …PetscErrorCode (*integraterhsfunction)(PetscFV, PetscDS, PetscInt, PetscInt, PetscFVFaceGeom *, Pe… member
/petsc/src/dm/dt/fv/interface/ !
H A Dfv.c1735 …PetscTryTypeMethod(fvm, integraterhsfunction, prob, field, Nf, fgeom, neighborVol, uL, uR, fluxL, … in PetscFVIntegrateRHSFunction()
1941 fvm->ops->integraterhsfunction = PetscFVIntegrateRHSFunction_Upwind; in PetscFVInitialize_Upwind()
2243 fvm->ops->integraterhsfunction = PetscFVIntegrateRHSFunction_LeastSquares; in PetscFVInitialize_LeastSquares()