Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/water/
H A Dwater.h112 extern PetscErrorCode WaterFormFunction(SNES, Vec, Vec, void *);
H A Dwater.c91 PetscCall(SNESSetFunction(snes, F, WaterFormFunction, NULL)); in main()
H A Dwaterfunctions.c100 PetscErrorCode WaterFormFunction(SNES snes, Vec X, Vec F, void *user) in WaterFormFunction() function