petsc_diff_solver.C File Reference

Go to the source code of this file.

Namespaces

 libMesh
 

Functions

PetscErrorCode libMesh::__libmesh_petsc_diff_solver_monitor (SNES snes, PetscInt its, PetscReal fnorm, void *ctx)
 
PetscErrorCode libMesh::__libmesh_petsc_diff_solver_residual (SNES, Vec x, Vec r, void *ctx)
 
PetscErrorCode libMesh::__libmesh_petsc_diff_solver_jacobian (SNES, Vec x, #if PETSC_RELEASE_LESS_THAN(3, 5, 0) Mat *libmesh_dbg_var(j), Mat *pc, MatStructure *msflag, #else Mat libmesh_dbg_var(j), Mat pc, #endif void *ctx)
 
DiffSolver::SolveResult libMesh::convert_solve_result (SNESConvergedReason r)