Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c56 static PetscErrorCode UpdateVelocity(const Ctx *, Vec, Vec, Vec);
203 PetscCall(UpdateVelocity(&ctx, velocity, stress, ctx.buoyancy)); in main()
551 static PetscErrorCode UpdateVelocity(const Ctx *ctx, Vec velocity, Vec stress, Vec buoyancy) in UpdateVelocity() function