XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ff_projection_setup.hpp
Go to the documentation of this file.
1 #ifndef FF_PROJECTION_SETUP_HPP
2 #define FF_PROJECTION_SETUP_HPP
3 
4 #include "grid.hpp"
5 
7  Projection<HostType>& half_plane_ff, Projection<HostType>& one_plane_ff);
8 
9 
11 
12 
13 void check_ff_property(const Projection<HostType>& projection, const std::string label);
14 
15 #endif
void ff_write_projections_to_file(const Grid< HostType > &grid)
Definition: ff_projection_setup.cpp:314
Definition: NamelistReader.hpp:193
Definition: magnetic_field.hpp:12
void ff_projection_setup(NLReader::NamelistReader &nlr, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Projection< HostType > &half_plane_ff, Projection< HostType > &one_plane_ff)
Definition: ff_projection_setup.cpp:164
void check_ff_property(const Projection< HostType > &projection, const std::string label)
Definition: ff_projection_setup.cpp:327
Definition: magnetic_field.F90:1