SyTen
syten::Krylov::Evolution::GreedyHeuristic< Solver, Clock >::Element Struct Reference

Element of the computational history. More...

#include <krylov_evolve.h>

+ Collaboration diagram for syten::Krylov::Evolution::GreedyHeuristic< Solver, Clock >::Element:

Public Attributes

Clock::duration c
 computation time (wall time or cpu time, depending on clock) More...
 
SRDef dt
 norm of time step More...
 
SRDef err
 convergence error in this step More...
 
Index n
 number of Krylov vectors More...
 

Detailed Description

template<typename Solver, typename Clock = std::chrono::steady_clock>
struct syten::Krylov::Evolution::GreedyHeuristic< Solver, Clock >::Element

Element of the computational history.


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