Skip to main content
Ctrl+K
PETSc v3.25.4-562-gdcb28d8e36d documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • SNESLineSearchView

SNESLineSearchView#

Prints useful information about the line search

Synopsis#

#include "petscsnes.h" 
PetscErrorCode SNESLineSearchView(SNESLineSearch linesearch, PetscViewer viewer)

Logically Collective

Input Parameters#

  • linesearch - line search context

  • viewer - the PetscViewer to display the line search information to

See Also#

SNES: Nonlinear Solvers, SNES, SNESLineSearch, PetscViewer, SNESLineSearchCreate()

Level#

intermediate

Location#

src/snes/linesearch/interface/linesearch.c

Implementations#

SNESLineSearchView_BT() in src/snes/linesearch/impls/bt/linesearchbt.c
SNESLineSearchView_NLEQERR() in src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
SNESLineSearchView_None() in src/snes/linesearch/impls/none/linesearchnone.c


Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages

On this page
  • Synopsis
  • Input Parameters
  • See Also
  • Level
  • Location
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2026, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2026-08-24T03:48:26-0500 (v3.25.4-562-gdcb28d8e36d).