SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
H4::Profile Class Reference

#include <profile.h>

Public Types

typedef long long unsigned int UInt64
 

Public Member Functions

 Profile ()
 
void clear ()
 
void printColumnTitle (std::ostream &_fout, const int _width=20)
 print titles of class members using column style More...
 
void printColumn (std::ostream &_fout, const int _width=20)
 print data of class members using column style More...
 

Public Attributes

UInt64 hermite_single_step_count
 
UInt64 hermite_group_step_count
 
UInt64 ar_step_count
 
UInt64 ar_step_count_tsyn
 
UInt64 break_group_count
 
UInt64 new_group_count
 

Member Typedef Documentation

◆ UInt64

typedef long long unsigned int H4::Profile::UInt64

Constructor & Destructor Documentation

◆ Profile()

H4::Profile::Profile ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ clear()

void H4::Profile::clear ( )
inline
Here is the caller graph for this function:

◆ printColumn()

void H4::Profile::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]_foutstd::ostream output object
[in]_widthprint width (defaulted 20)
Here is the caller graph for this function:

◆ printColumnTitle()

void H4::Profile::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]_foutstd::ostream output object
[in]_widthprint width (defaulted 20)
Here is the caller graph for this function:

Member Data Documentation

◆ ar_step_count

UInt64 H4::Profile::ar_step_count

◆ ar_step_count_tsyn

UInt64 H4::Profile::ar_step_count_tsyn

◆ break_group_count

UInt64 H4::Profile::break_group_count

◆ hermite_group_step_count

UInt64 H4::Profile::hermite_group_step_count

◆ hermite_single_step_count

UInt64 H4::Profile::hermite_single_step_count

◆ new_group_count

UInt64 H4::Profile::new_group_count

The documentation for this class was generated from the following file: