8#include "../global/global.h"
9#include "../grid/grid3D.h"
10#include "../io/FnameTemplate.h"
11#include "../io/ParameterMap.h"
Definition FnameTemplate.h:43
Class to create a the gravity object.
Definition grid3D.h:229
A class that provides map-like access to parameter files.
Definition ParameterMap.h:74
A callable that writes rotated projections.
Definition RotatedProjWriter.h:82
void operator()(Grid3D &G, Parameters P, int nfile, const FnameTemplate &fname_template)
Definition RotatedProjWriter.cpp:371
Definition RotatedProjWriter.h:23
Real delta
Definition RotatedProjWriter.h:49
Real Lx
Definition RotatedProjWriter.h:58
Real ddelta_dt
Definition RotatedProjWriter.h:70
Real Lz
Definition RotatedProjWriter.h:61
int nz
Definition RotatedProjWriter.h:34
int nx_min
Definition RotatedProjWriter.h:37
Real phi
Definition RotatedProjWriter.h:55
int nz_min
Definition RotatedProjWriter.h:43
Real theta
Definition RotatedProjWriter.h:52
int nx
Definition RotatedProjWriter.h:31
int i_delta
Definition RotatedProjWriter.h:64
int nx_max
Definition RotatedProjWriter.h:40
int flag_delta
Definition RotatedProjWriter.h:73
int nz_max
Definition RotatedProjWriter.h:46
Real n_delta
Definition RotatedProjWriter.h:67