Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dfinitevolume1d.h82 PetscErrorCode ReconstructListAdd_2WaySplit(PetscFunctionList *, const char *, ReconstructFunction_…
H A Dex4.c460 PetscCall(ReconstructListAdd_2WaySplit(&rclist, "characteristic", PhysicsCharacteristic_Shallow)); in PhysicsCreate_Shallow()
461 …PetscCall(ReconstructListAdd_2WaySplit(&rclist, "conservative", PhysicsCharacteristic_Conservative… in PhysicsCreate_Shallow()
H A Dfinitevolume1d.c499 PetscErrorCode ReconstructListAdd_2WaySplit(PetscFunctionList *flist, const char *name, Reconstruct… in ReconstructListAdd_2WaySplit() function