|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>


Public Types | |
| using | type = T |
Public Member Functions | |
| Generators () | |
| void | populate (T &&val) |
| template<typename U > | |
| void | populate (U &&val) |
| void | populate (Generator< T > &&generator) |
| template<typename U , typename... Gs> | |
| void | populate (U &&valueOrGenerator, Gs...moreGenerators) |
| auto | operator[] (size_t index) const -> T |
Public Member Functions inherited from Catch::Generators::GeneratorBase | |
| GeneratorBase (size_t size) | |
| virtual | ~GeneratorBase () |
| auto | size () const -> size_t |
Public Attributes | |
| std::vector< Generator< T > > | m_generators |
Additional Inherited Members | |
Protected Attributes inherited from Catch::Generators::GeneratorBase | |
| size_t | m_size = 0 |
| using Catch::Generators::Generators< T >::type = T |
|
inline |
|
inline |
Definition at line 3218 of file catch.hpp.
References CATCH_INTERNAL_ERROR, and growth_allz::T.
|
inline |
Definition at line 3199 of file catch.hpp.
References Catch::Generators::value().
|
inline |
|
inline |
Definition at line 3207 of file catch.hpp.
|
inline |
| std::vector<Generator<T> > Catch::Generators::Generators< T >::m_generators |