Searched refs:DumpVelocity (Results 1 – 1 of 1) sorted by relevance
54 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