Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h68 PETSC_EXTERN PetscErrorCode PetscWeakFormGetRiemannSolver(PetscWeakForm, DMLabel, PetscInt, PetscIn…
/petsc/src/dm/dt/interface/
H A Ddtweakform.c856 PetscErrorCode PetscWeakFormGetRiemannSolver(PetscWeakForm wf, DMLabel label, PetscInt val, PetscIn… in PetscWeakFormGetRiemannSolver() function
H A Ddtds.c1840 PetscCall(PetscWeakFormGetRiemannSolver(ds->wf, NULL, 0, f, 0, &n, &tmp)); in PetscDSGetRiemannSolver()