Bases: dolfin.cpp.common.Variable
This class implements a solver for nonlinear variational problems.
Overloaded versions
NonlinearVariationalSolver(problem)
Create nonlinear variational solver for given problem
NonlinearVariationalSolver(problem)
Create nonlinear variational solver for given problem (shared pointer version)
Default parameter values
Overloaded versions
solve(lb, ub)
Solve variational problem with bound constraints defined by GenericVectors
The linear solver.
The factory.
Pair of number of Newton iterations, and whether iteration converged)
solve(lb, ub)
Solve variational problem with bound constraints defined by GenericVectors (shared pointer version)
The linear solver.
The factory.
Pair of number of Newton iterations, and whether iteration converged)
solve(lb, ub)
Solve variational problem with bound constraints defined by Functions
The linear solver.
The factory.
Pair of number of Newton iterations, and whether iteration converged)
solve(lb, ub)
Solve variational problem with bound constraints defined by Functions (shared pointer version)
The linear solver.
The factory.
Pair of number of Newton iterations, and whether iteration converged)
solve()
Solve variational problem
Pair of number of Newton iterations, and whether iteration converged)
The membership flag