Functions to set initial conditions for the Static class. Functions should be made callable via a config setting in the StaticSim class.
More...
#include "../bssn/bssn.h"
#include "../Lambda/lambda.h"
#include "../../IO/IOData.h"
#include "../../utils/Fourier.h"
#include "static.h"
Go to the source code of this file.
|
void | cosmo::static_ic_set_random (BSSN *bssn, Static *stat, Lambda *lambda, Fourier *fourier, IOData *iodata) |
|
void | cosmo::static_ic_set_sinusoid_3d (BSSN *bssn, Static *stat, Lambda *lambda, Fourier *fourier, IOData *iodata) |
|
void | cosmo::static_ic_set_sinusoid (BSSN *bssn, Static *stat, Lambda *lambda, Fourier *fourier, IOData *iodata) |
|
void | cosmo::static_ic_set_sphere (BSSN *bssn, Static *stat, IOData *iodata) |
|
void | cosmo::static_ic_set_semianalytic (BSSN *bssn, Static *stat, Lambda *lambda, Fourier *fourier, IOData *iodata) |
|
Functions to set initial conditions for the Static class. Functions should be made callable via a config setting in the StaticSim class.