Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1694 PetscErrorCode DAView3DPVTS(DM da, Vec x, const char NAME[]) in DAView3DPVTS() function
2080 if (write_output) PetscCall(DAView3DPVTS(da_Stokes, X, "up")); in solve_stokes_3d_coupled()
2101 if (write_output) PetscCall(DAView3DPVTS(da_Stokes_analytic, X_analytic, "ms")); in solve_stokes_3d_coupled()
2103 if (write_output) PetscCall(DAView3DPVTS(da_Stokes, X, "up2")); in solve_stokes_3d_coupled()