Home
last modified time | relevance | path

Searched refs:m_ymax (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/
Dmolecular_dynamics.cpp45 , m_xmax( xmax ) , m_ymax( ymax ) in md_system()
54 double diffx = x[i] - 0.5 * m_xmax , diffy = x[i+n] - 0.5 * m_ymax; in operator ()()
65 yi = periodic_bc( yi , m_ymax ); in operator ()()
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
88 x[ i + n ] = periodic_bc( x[ i + n ] , m_ymax ); in bc()
109 double m_xmax , m_ymax; member
152 std::cout << "p [0:" << sys.m_xmax << "][0:" << sys.m_ymax << "] '-' pt 7 ps 0.5" << "\n"; in main()