Home
last modified time | relevance | path

Searched refs:Limit_Superbee (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dfinitevolume1d.h16 void Limit_Superbee(LimitInfo, const PetscScalar *, const PetscScalar *, PetscScalar *);
H A Dex5.c634 PetscCall(PetscFunctionListAdd(&limiters, "superbee", Limit_Superbee)); in main()
H A Dfinitevolume1d.c65 void Limit_Superbee(LimitInfo info, const PetscScalar *jL, const PetscScalar *jR, PetscScalar *lmt) in Limit_Superbee() function
/petsc/src/ts/tutorials/
H A Dex9.c109 static void Limit_Superbee(LimitInfo info, const PetscScalar *jL, const PetscScalar *jR, PetscScala… in Limit_Superbee() function
1412 PetscCall(PetscFunctionListAdd(&limiters, "superbee", Limit_Superbee)); in main()