|
ExaDG
|
Public Member Functions | |
| virtual unsigned int | solve (VectorType &dst, VectorType const &rhs) const =0 |
| virtual void | update_preconditioner (bool const update_preconditioner) const =0 |
| template<typename Control> | |
| void | do_compute_performance_metrics (Control const &solver_control) const |
| virtual std::shared_ptr< TimerTree > | get_timings () const |
Public Attributes | |
| double | l2_0 |
| double | l2_n |
| unsigned int | n |
| double | rho |
| double | n_10 |
Protected Attributes | |
| std::shared_ptr< TimerTree > | timer_tree |
|
pure virtual |