|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|


Go to the source code of this file.
Classes | |
| class | Mesh_base< T > |
| : class handling basic mesh functions, the most important are creating and destroing the underlying data structure creates a mesh of N1*N2*N3 cells More... | |
| class | Mesh |
| : creates a mesh of N*N*(N+2) cells More... | |
Functions | |
| template<typename T > | |
| void | get_per (Vec_3D< T > &position, size_t per) |
| template<typename T > | |
| void | get_per (Vec_3D< T > &position, size_t perx, size_t pery, size_t perz) |
| void get_per | ( | Vec_3D< T > & | position, |
| size_t | per | ||
| ) |
Definition at line 66 of file core_mesh.cpp.
References get_per(), and growth_allz::T.
Referenced by Mesh_base< size_t >::operator()(), and Mesh::operator()().
| void get_per | ( | Vec_3D< T > & | position, |
| size_t | perx, | ||
| size_t | pery, | ||
| size_t | perz | ||
| ) |
Definition at line 72 of file core_mesh.cpp.
References get_per().