Hermite manager class.
More...
#include <hermite_integrator.h>
template<class Tmethod>
class H4::HermiteManager< Tmethod >
Hermite manager class.
◆ checkParams()
time step calculator
check whether parameters values are correct
- Returns
- true: all correct
◆ print()
◆ printColumn()
template<class Tmethod >
void H4::HermiteManager< Tmethod >::printColumn |
( |
std::ostream & |
_fout, |
|
|
const int |
_width = 20 |
|
) |
| |
|
inline |
print data of class members using column style
print data of class members in one line for column style. Notice no newline is printed at the end
- Parameters
-
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
◆ printColumnTitle()
template<class Tmethod >
void H4::HermiteManager< Tmethod >::printColumnTitle |
( |
std::ostream & |
_fout, |
|
|
const int |
_width = 20 |
|
) |
| |
|
inline |
print titles of class members using column style
print titles of class members in one line for column style
- Parameters
-
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
◆ readBinary()
read class data to file with binary format
- Parameters
-
[in] | _fin | FILE type file for reading |
◆ writeBinary()
write class data to file with binary format
- Parameters
-
[in] | _fp | FILE type file for output |
◆ interaction
◆ step
class contain interaction function
The documentation for this class was generated from the following file: