IDAErrorDofDiagnostics Struct Reference#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
DiFfRG::IDAErrorDofDiagnostics Struct Reference
#include <abstract_timestepper.hh>
Public Attributes | |
| double | t = 0. |
| double | k = std::numeric_limits<double>::quiet_NaN() |
| long int | reject_delta = 0 |
| long int | total_rejects = 0 |
| long int | ida_steps = 0 |
| double | ida_last_step_size = 0. |
| double | ida_current_step_size = 0. |
| double | ida_current_time = 0. |
| double | wrms = 0. |
| std::vector< IDAErrorDofRecord > | top_dofs |
Member Data Documentation
◆ ida_current_step_size
| double DiFfRG::IDAErrorDofDiagnostics::ida_current_step_size = 0. |
◆ ida_current_time
| double DiFfRG::IDAErrorDofDiagnostics::ida_current_time = 0. |
◆ ida_last_step_size
| double DiFfRG::IDAErrorDofDiagnostics::ida_last_step_size = 0. |
◆ ida_steps
| long int DiFfRG::IDAErrorDofDiagnostics::ida_steps = 0 |
◆ k
| double DiFfRG::IDAErrorDofDiagnostics::k = std::numeric_limits<double>::quiet_NaN() |
◆ reject_delta
| long int DiFfRG::IDAErrorDofDiagnostics::reject_delta = 0 |
◆ t
| double DiFfRG::IDAErrorDofDiagnostics::t = 0. |
◆ top_dofs
| std::vector<IDAErrorDofRecord> DiFfRG::IDAErrorDofDiagnostics::top_dofs |
◆ total_rejects
| long int DiFfRG::IDAErrorDofDiagnostics::total_rejects = 0 |
◆ wrms
| double DiFfRG::IDAErrorDofDiagnostics::wrms = 0. |
The documentation for this struct was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/timestepping/abstract_timestepper.hh
Generated by