NonlinearVariationalSolver.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class NonlinearVariationalSolver

Parent class(es)

This class implements a solver for nonlinear variational problems.

explicit NonlinearVariationalSolver(std::shared_ptr<NonlinearVariationalProblem> problem)

Create nonlinear variational solver for given problem

std::pair<std::size_t, bool> solve()

Solve variational problem

Returns
std::pair<std::size_t, bool>
Pair of number of Newton iterations, and whether iteration converged)
static Parameters default_parameters()

Default parameter values

class NonlinearDiscreteProblem

Parent class(es)