Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c297 static PetscErrorCode DMDAViewGnuplot2d(DM da, Vec fields, const char comment[], const char prefix[… in DMDAViewGnuplot2d() function
1018 …if (!no_view) PetscCall(DMDAViewGnuplot2d(elas_da, X, "Displacement solution for elasticity eqn.",… in solve_elasticity_2d()
H A Dex43.c350 static PetscErrorCode DMDAViewGnuplot2d(DM da, Vec fields, const char comment[], const char prefix[… in DMDAViewGnuplot2d() function
1548 …if (output_gnuplot) PetscCall(DMDAViewGnuplot2d(da_Stokes, X, "Velocity solution for Stokes eqn.",… in solve_stokes_2d_coupled()
1579 …if (output_gnuplot) PetscCall(DMDAViewGnuplot2d(da_Stokes_analytic, X_analytic, "Analytic solution… in solve_stokes_2d_coupled()