7 #ifndef COSMO_STATIC_ICS 8 #define COSMO_STATIC_ICS 10 #include "../bssn/bssn.h" 11 #include "../Lambda/lambda.h" 12 #include "../../IO/IOData.h" 13 #include "../../utils/Fourier.h" 19 void static_ic_set_random( BSSN * bssn, Static * stat, Lambda * lambda,
20 Fourier * fourier, IOData * iodata );
22 void static_ic_set_sinusoid_3d( BSSN * bssn, Static * stat, Lambda * lambda,
23 Fourier * fourier, IOData * iodata );
25 void static_ic_set_sinusoid( BSSN * bssn, Static * stat, Lambda * lambda,
26 Fourier * fourier, IOData * iodata );
28 void static_ic_set_sphere( BSSN * bssn, Static * stat, IOData * iodata );
30 void static_ic_set_semianalytic( BSSN * bssn, Static * stat, Lambda * lambda,
31 Fourier * fourier, IOData * iodata );