#include <am_constants.h>
|
|
| AMTimeIntegratorConstants (unsigned int const order, bool const start_with_low_order) |
| |
|
double | get_gamma0 () const |
| |
|
double | get_alpha (unsigned int const i) const |
| |
| void | print (dealii::ConditionalOStream &pcout) const final |
| |
|
| TimeIntegratorConstantsBase (unsigned int const order, bool const start_with_low_order) |
| |
|
void | update (unsigned int const current_order, bool const adaptive_time_stepping, std::vector< double > const &time_steps) |
| |
|
unsigned int | get_order () const |
| |
|
| void | disable_high_order_constants (unsigned int const current_order, std::vector< double > &constants) |
| |
|
unsigned int const | order |
| |
|
bool const | start_with_low_order |
| |
Class that manages Adams–Moulton time integrator constants.
◆ print()
| void ExaDG::AMTimeIntegratorConstants::print |
( |
dealii::ConditionalOStream & | pcout | ) |
const |
|
finalvirtual |
The documentation for this class was generated from the following files:
- include/exadg/time_integration/am_constants.h
- include/exadg/time_integration/am_constants.cpp