|
ug4
|
#include <cmath>#include "lib_algebra/operator/interface/operator_inverse.h"#include "lib_algebra/operator/interface/linear_operator_inverse.h"#include "lib_algebra/operator/debug_writer.h"#include "lib_disc/assemble_interface.h"#include "lib_disc/operator/non_linear_operator/assembled_non_linear_operator.h"#include "lib_disc/operator/linear_operator/assembled_linear_operator.h"#include "../line_search.h"#include "newton_update_interface.h"#include "newton_impl.h"Go to the source code of this file.
Classes | |
| class | ug::NewtonSolver< TAlgebra > |
| Newton solver for assembling based discretizations. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |