Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c53 static PetscErrorCode DumpSolution(Ctx, PetscInt, Vec);
295 if (dump_solution) PetscCall(DumpSolution(ctx, ctx->n_levels - 1, x)); in main()
2034 static PetscErrorCode DumpSolution(Ctx ctx, PetscInt level, Vec x) in DumpSolution() function