Definition at line 35 of file SolverStat.h.
◆ SolverStat()
| Alien::SolverStat::SolverStat |
( |
| ) |
|
◆ ~SolverStat()
| virtual Alien::SolverStat::~SolverStat |
( |
| ) |
|
|
inlinevirtual |
◆ _internalPrint()
| void Alien::SolverStat::_internalPrint |
( |
std::ostream & | o, |
|
|
const Integer | prefix_size, |
|
|
const SolverStatus & | status, |
|
|
String | title = String() ) const |
|
private |
◆ initializationCpuTime()
| Real Alien::SolverStat::initializationCpuTime |
( |
| ) |
const |
◆ initializationTime()
| Real Alien::SolverStat::initializationTime |
( |
| ) |
const |
◆ iterationCount()
| Integer Alien::SolverStat::iterationCount |
( |
| ) |
const |
◆ lastIterationCount()
| Integer Alien::SolverStat::lastIterationCount |
( |
| ) |
const |
◆ lastPrepareCpuTime()
| Real Alien::SolverStat::lastPrepareCpuTime |
( |
| ) |
const |
◆ lastPrepareTime()
| Real Alien::SolverStat::lastPrepareTime |
( |
| ) |
const |
◆ lastSolveCpuTime()
| Real Alien::SolverStat::lastSolveCpuTime |
( |
| ) |
const |
◆ lastSolveTime()
| Real Alien::SolverStat::lastSolveTime |
( |
| ) |
const |
◆ prepareCpuTime()
| Real Alien::SolverStat::prepareCpuTime |
( |
| ) |
const |
◆ prepareTime()
| Real Alien::SolverStat::prepareTime |
( |
| ) |
const |
◆ print()
| void Alien::SolverStat::print |
( |
ITraceMng * | traceMng, |
|
|
const SolverStatus & | status, |
|
|
String | title = String() ) const |
◆ reset()
| void Alien::SolverStat::reset |
( |
| ) |
|
◆ solveCount()
| Integer Alien::SolverStat::solveCount |
( |
| ) |
const |
◆ solveCpuTime()
| Real Alien::SolverStat::solveCpuTime |
( |
| ) |
const |
◆ solveTime()
| Real Alien::SolverStat::solveTime |
( |
| ) |
const |
◆ SolverStater
template<typename SolverT>
| friend class SolverStater |
|
friend |
◆ m_initialization_cpu_time
| Real Alien::SolverStat::m_initialization_cpu_time |
|
protected |
◆ m_initialization_time
| Real Alien::SolverStat::m_initialization_time |
|
protected |
◆ m_iteration_count
| Integer Alien::SolverStat::m_iteration_count |
|
protected |
◆ m_last_iteration_count
| Integer Alien::SolverStat::m_last_iteration_count |
|
protected |
◆ m_last_prepare_cpu_time
| Real Alien::SolverStat::m_last_prepare_cpu_time |
|
protected |
◆ m_last_prepare_time
| Real Alien::SolverStat::m_last_prepare_time |
|
protected |
◆ m_last_solve_cpu_time
| Real Alien::SolverStat::m_last_solve_cpu_time |
|
protected |
◆ m_last_solve_time
| Real Alien::SolverStat::m_last_solve_time |
|
protected |
◆ m_prepare_cpu_time
| Real Alien::SolverStat::m_prepare_cpu_time |
|
protected |
◆ m_prepare_time
| Real Alien::SolverStat::m_prepare_time |
|
protected |
◆ m_solve_count
| Integer Alien::SolverStat::m_solve_count |
|
protected |
◆ m_solve_cpu_time
| Real Alien::SolverStat::m_solve_cpu_time |
|
protected |
◆ m_solve_time
| Real Alien::SolverStat::m_solve_time |
|
protected |
The documentation for this class was generated from the following files: