Common things from the control routines.
More...
Go to the source code of this file.
|
| template<typename NLS > |
| auto | Ikarus::createSPDLinearSolverFromNonLinearSolver (const NLS &nls) |
| | A helper function that returns a linear solver suitable for symmetric, positive-definite sparse or dense matrices, based on the nonlinear solver. More...
|
| |
| template<typename NLS > |
| NLS::Domain::SolutionVectorType | Ikarus::idbcIncrement (typename NLS::Domain &x, const NLS &nls, double Dlambda) |
| | A helper function to calculate the increment in the solution vector based on inhomogeneous Dirichlet BCs. More...
|
| |