File: dolfinx_nls.h

package info (click to toggle)
fenics-dolfinx 1%3A0.9.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 5,376 kB
  • sloc: cpp: 33,701; python: 22,338; makefile: 230; sh: 171; xml: 55
file content (14 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

/// @brief Nonlinear solvers.
///
/// Methods for solving nonlinear equations.
namespace dolfinx::nls
{
}

// DOLFINx nonlinear solver

#ifdef HAS_PETSC
#include <dolfinx/nls/NewtonSolver.h>
#endif