Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c54 static PetscErrorCode DumpVelocity(const Ctx *, Vec, PetscInt);
195 PetscCall(DumpVelocity(&ctx, velocity, 0)); in main()
208 PetscCall(DumpVelocity(&ctx, velocity, timestep)); in main()
820 static PetscErrorCode DumpVelocity(const Ctx *ctx, Vec velocity, PetscInt timestep) in DumpVelocity() function