Home
last modified time | relevance | path

Searched defs:hR (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/hypre/
H A Dmhypre.c1003 static PetscErrorCode MatHYPRE_ParCSR_RAP(hypre_ParCSRMatrix *hR, hypre_ParCSRMatrix *hA, hypre_Par…
/petsc/src/ts/tutorials/
H A Dex14.c308 static inline PetscReal UpwindFlux1D(PetscReal u, PetscReal hL, PetscReal hR) in UpwindFlux1D()