Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/odeint/examples/
Dfpu.cpp81 void local_energy( const container_type &q , const container_type &p , container_type &e ) const in local_energy() function
125 m_fpu.local_energy( q , p , energy ); in operator ()()
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dspreading.cpp97 lattice.local_energy( q , p , energy ); in main()
Dlattice2d.hpp84 double local_energy( const StateIn &q , const StateIn &p , StateOut &energy ) in local_energy() function