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