|
MBDyn-1.7.3
|
#include <unistd.h>#include <cfloat>#include <cmath>#include <limits>#include "myassert.h"#include "mynewmem.h"#include "except.h"#include "dataman.h"#include "schurdataman.h"#include "schsolman.h"#include <deque>#include "linsol.h"#include "stepsol.h"#include "nonlin.h"#include "linesearch.h"#include "mfree.h"#include "cstring"#include "precond.h"#include "rtsolver.h"#include "TimeStepControl.h"

Go to the source code of this file.
Classes | |
| class | Solver |
| class | Solver::ErrGeneric |
| class | Solver::ErrMaxIterations |
| class | Solver::SimulationDiverged |
| class | Solver::EndOfSimulation |
| struct | Solver::EigenAnalysis |
| struct | Solver::EigenAnalysis::ARPACK |
| struct | Solver::EigenAnalysis::JDQZ |
Functions | |
| int | mbdyn_stop_at_end_of_iteration (void) |
| int | mbdyn_stop_at_end_of_time_step (void) |
| void | mbdyn_set_stop_at_end_of_iteration (void) |
| void | mbdyn_set_stop_at_end_of_time_step (void) |
| void mbdyn_set_stop_at_end_of_iteration | ( | void | ) |
| void mbdyn_set_stop_at_end_of_time_step | ( | void | ) |
Definition at line 200 of file solver.cc.
Referenced by InverseSolver::Advance(), LoadIncNorm::AfterConvergence(), and ExtFileHandlerEDGE::Recv_pre().
| int mbdyn_stop_at_end_of_iteration | ( | void | ) |
Definition at line 172 of file solver.cc.
Referenced by ExtFileHandlerEDGE::CheckFlag(), LineSearchSolver::LineSearch(), ExtFileHandlerEDGE::Recv_pre(), ExtFileHandler::Recv_pre(), ExtFileHandlerEDGE::Send_pre(), ExtFileHandler::Send_pre(), ExtFileHandlerEDGE::SendFlag(), BiCGStab::Solve(), NewtonRaphsonSolver::Solve(), and Gmres::Solve().
| int mbdyn_stop_at_end_of_time_step | ( | void | ) |
Definition at line 182 of file solver.cc.
Referenced by InverseSolver::Advance(), Solver::Advance(), InverseSolver::Prepare(), Solver::Prepare(), and Solver::Start().