solver.hpp
Go to the documentation of this file.
Abstract base class for solving linear and nonlinear problems. Different implementation may exist.
Definition: solver.hpp:56
virtual void solve(const class Problem &p, Vector &X)=0
Solve problem p. Initial guess and solution are in vector X.
Geometry definition
Basis for matrix implementations.
N-dimensional vector.