Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
stdafx.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include <cmath>
12 #include <fftw3.h>
13 #include <iostream>
14 #include <memory>
15 #include <string>
16 #include <vector>
17 
18 #define BOOST_LOG_DYN_LINK 1
19 #include <boost/log/trivial.hpp>