| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
tests custom element-wise functions by computing interactions between particles and integrating More...
|   | 
| Functions | |
| int | particle_interaction (int n, World &dw) | 
| char * | getCmdOption (char **begin, char **end, const std::string &option) | 
| int | main (int argc, char **argv) | 
tests custom element-wise functions by computing interactions between particles and integrating
| char* getCmdOption | ( | char ** | begin, | 
| char ** | end, | ||
| const std::string & | option | ||
| ) | 
Definition at line 76 of file particle_interaction.cxx.
Referenced by main().
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 87 of file particle_interaction.cxx.
References getCmdOption(), ctf.core::np(), particle_interaction(), and ctf.core::rank().
| int particle_interaction | ( | int | n, | 
| World & | dw | ||
| ) | 
Definition at line 13 of file particle_interaction.cxx.
References particle::coeff, particle::dx, particle::dy, force::fx, force::fy, particle::id, NS, and CTF::World::rank.
Referenced by main().