Navigation

Main Page
Download
Support
Installation
Tutorial
Examples
Reference Manual
   Version 1.0.6dev
      Class Index
      File List
   Version 1.0.6
   Version 1.0.5new_solver
   Version 1.0.5dev
   Version 1.0.5b
   Version 1.0.4dev
   Version 1.0.4
Publications


Hosted by Get Ion Beam Simulator at SourceForge.net. Fast, secure and Free Open Source software downloads
Solver Class Referenceabstract

Abstract base class for solving linear and nonlinear problems. Different implementation may exist. More...

#include <solver.hpp>

Public Member Functions

virtual ~Solver ()
 Virtual destructor. More...
 
virtual void solve (const class Problem &p, Vector &X)=0
 Solve problem p. Initial guess and solution are in vector X. More...
 
virtual void reset (void)=0
 Reset solver. More...
 

Detailed Description

Abstract base class for solving linear and nonlinear problems. Different implementation may exist.

Constructor & Destructor Documentation

◆ ~Solver()

virtual Solver::~Solver ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ reset()

virtual void Solver::reset ( void  )
pure virtual

Reset solver.

This is a signal from the problem that the problem has changed and internal caches (if they exist) in the solver should be resetted.

◆ solve()

virtual void Solver::solve ( const class Problem &  p,
Vector X 
)
pure virtual

Solve problem p. Initial guess and solution are in vector X.


The documentation for this class was generated from the following file:


Reference manual for Ion Beam Simulator 1.0.6dev
Generated by Doxygen 1.9.1 on Thu Sep 11 2025 09:37:24.