CosmoGRaPH v0.0
Functions
static_ic.h File Reference

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"
Include dependency graph for static_ic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Detailed Description

Functions to set initial conditions for the Static class. Functions should be made callable via a config setting in the StaticSim class.