BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Public Member Functions | Private Attributes | List of all members
BubbleProfiler::No_convergence_error Class Reference

Exception indicating failure of iterative procedure to converge. More...

#include <error.hpp>

Inheritance diagram for BubbleProfiler::No_convergence_error:
Inheritance graph
[legend]
Collaboration diagram for BubbleProfiler::No_convergence_error:
Collaboration graph
[legend]

Public Member Functions

 No_convergence_error (int it_)
 
 No_convergence_error (int it_, const std::string &what_)
 
 No_convergence_error (int it_, const char *what_)
 
int get_number_of_iterations () const
 

Private Attributes

int iterations {0}
 

Detailed Description

Exception indicating failure of iterative procedure to converge.

Definition at line 54 of file error.hpp.

Constructor & Destructor Documentation

BubbleProfiler::No_convergence_error::No_convergence_error ( int  it_)
inlineexplicit

Definition at line 56 of file error.hpp.

BubbleProfiler::No_convergence_error::No_convergence_error ( int  it_,
const std::string &  what_ 
)
inline

Definition at line 61 of file error.hpp.

BubbleProfiler::No_convergence_error::No_convergence_error ( int  it_,
const char *  what_ 
)
inline

Definition at line 64 of file error.hpp.

Member Function Documentation

int BubbleProfiler::No_convergence_error::get_number_of_iterations ( ) const
inline

Definition at line 68 of file error.hpp.

Member Data Documentation

int BubbleProfiler::No_convergence_error::iterations {0}
private

Definition at line 71 of file error.hpp.


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