Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c55 static PetscErrorCode DumpStress(const Ctx *, Vec, PetscInt);
196 PetscCall(DumpStress(&ctx, stress, 0)); in main()
209 PetscCall(DumpStress(&ctx, stress, timestep)); in main()
774 static PetscErrorCode DumpStress(const Ctx *ctx, Vec stress, PetscInt timestep) in DumpStress() function