|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
Count the number of invocations to the field integrator. More...
#include <DiagnosticIntegrator.hh>
Public Types | |
Type aliases | |
| using | result_type = typename IntegratorT::result_type |
| using | size_type = std::size_t |
Public Member Functions | |
| template<class... Args> | |
| DiagnosticIntegrator (Args &&... args) | |
| Forward construction arguments to the original integrator. | |
| result_type | operator() (real_type step, OdeState const &beg_state) const |
| Calculate a step and increment the counter. | |
| size_type | count () const |
| Get the number of steps. | |
| void | reset_count () |
| Reset the stepscounter. | |
Count the number of invocations to the field integrator.
This helps diagnose how many times the field driver advances a step.