Skip to main content
Ctrl+K
PETSc 3.23.2 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

Section Navigation

  • PETSc in a nutshell
  • Supported Systems
  • GPU Support Roadmap
  • Summary of Vector Types Available In PETSc
  • Summary of Matrix Types Available In PETSc
  • Summary of Sparse Linear Solvers Available In PETSc
  • Summary of Nonlinear Solvers Available In PETSc
  • Summary of Time Integrators Available In PETSc
  • Summary of Tao Solvers
  • Summary of Discretization Management Systems
  • Summary of Unstructured Mesh Transformations
  • User-Guide
    • Introduction to PETSc
      • About This Manual
      • Getting Started
    • The Solvers in PETSc/TAO
      • Vectors and Parallel Data
      • Matrices
      • KSP: Linear System Solvers
      • SNES: Nonlinear Solvers
      • TS: Scalable ODE and DAE Solvers
      • TAO: Optimization Solvers
    • DM: Interfacing Between Solvers and Models/Discretizations
      • DM Basics
      • PetscSection: Connecting Grids to Data
      • DMPlex: Unstructured Grids
      • DMSTAG: Staggered, Structured Grid
      • Networks
      • PetscDT: Discretization Technology in PETSc
      • PetscFE: Finite Element Infrastructure in PETSc
    • Additional Information
      • PETSc for Fortran Users
      • Checking the PETSc version
      • Using MATLAB with PETSc
      • Profiling
      • Hints for Performance Tuning
      • STREAMS: Example Study
      • The Use of BLAS and LAPACK in PETSc and external libraries
      • Other PETSc Features
      • Advanced Features of Matrices and Solvers
      • Running PETSc Tests
  • C/Fortran API
    • Vectors and Index Sets
      • Vector Operations (Vec)
      • Index sets (IS)
    • Matrices and Matrix Operations
      • Matrix Operations (Mat)
      • Matrix colorings (MatColoring), orderings (MatOrdering), partitionings (MatPartitioning), and coarsening (MatCoarsen)
      • Finite difference computation of Jacobians (MatFD)
    • Data Layout and Communication
      • Star Forest Communication (PetscSF)
      • Section Data Layout (PetscSection)
      • Application Orderings (AO)
    • Data Management between Vec and Mat, and Distributed Mesh Data Structures
      • Data Management (DM)
      • Structured Grids (DMDA)
      • Staggered, Structured Grids (DMSTAG)
      • Unstructured Grids and Cell Complexes (DMPLEX)
      • Graphs and Networks (DMNETWORK)
      • A Forest of Trees and Structured Adaptive Refinement (DMFOREST)
      • Sequences of parallel mesh patches (DMPATCH)
      • Particle Discretizations (DMSWARM)
      • MOAB Mesh Representation (DMMOAB)
      • Selecting Parts of Meshes (DMLabel)
      • Tensor products of meshes (DMRODUCT)
      • DMComposite
    • Discretization and Function Spaces
      • Discretization Technology and Quadrature (DT)
      • Function Spaces (PetscSpace)
      • Dual Spaces (PetscDualSpace)
      • Finite Elements (PetscFE)
      • Finite Volumes (PetscFV)
      • Defining your own mathematical functions (PF)
      • Landau Collision Operator
    • Linear Solvers and Preconditioners
      • Linear Solvers and Krylov Methods (KSP)
      • Preconditioners (PC)
    • Nonlinear Solvers
      • Nonlinear Solvers (SNES)
      • Full Approximation Scheme (FAS) nonlinear multigrid
    • Forward and Adjoint Timestepping
      • Time Stepping ODE and DAE Solvers (TS)
      • Sensitivity Analysis for ODE and DAE
      • Semi-Lagrangian Solves using the Method of Characteristics
    • Optimization
      • Optimization Solvers (Tao)
      • Optimization Line Search (TaoLineSearch)
    • Graphics and Visualization
      • Graphics (Draw)
      • Viewing Objects (Viewer)
    • System Routines, Profiling, Data Structures
      • PETSc Options, IO, and System Utilities
      • Hash Tables
      • Profiling and Logging
      • Device
      • Matlab
      • Bag
      • Benchmarks (BM)
    • Changes for each release
    • Single Index of all PETSc Manual Pages
  • Changes for each release
  • Single Index of all PETSc Manual Pages
  • Documentation for previous PETSc releases
    • 3.22
    • 3.21
    • 3.20
    • 3.19
    • 3.18
    • 3.17
    • 3.16
    • 3.15
    • 3.14
    • 3.13
    • 3.12
    • 3.11
    • 3.10
    • 3.9
    • 3.8
    • 3.7
    • 3.6
    • 3.5
    • 3.4
    • 3.3
  • Overview
  • C/Fortran API
  • Optimization

Optimization#

  • Optimization Solvers (Tao)
  • Optimization Line Search (TaoLineSearch)

previous

Semi-Lagrangian Solves using the Method of Characteristics

next

Optimization Solvers (Tao)

Edit on GitLab
Show Source

© Copyright 1991-2025, 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 2025-05-24T04:19:09-0500 (v3.23.2-45-g435c8b4919a8).