XGCa
get_dAdt_guess.hpp
Go to the documentation of this file.
1 #ifndef GET_DADT_GUESS_HPP
2 #define GET_DADT_GUESS_HPP
3 
4 #include "get_potential_grad.hpp"
5 #include "perturbed_B_field.hpp"
6 
7 void get_dAdt_guess(const Simulation<DeviceType>& sml, const Grid<DeviceType>& grid,
8  const DomainDecomposition<DeviceType>& pol_decomp,
10  Smoothing& smoothing, const PerturbedBField<DeviceType>& perturbed_B_field,
12  const View<double**,CLayout, DeviceType>& field_para,
13  const Boundary& filter_bndry,
15 
16 #endif
Definition: boundary.hpp:83
Definition: magnetic_field.hpp:12
Definition: perturbed_B_field.hpp:12
Definition: sml.hpp:9
void get_dAdt_guess(const Simulation< DeviceType > &sml, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp, const MagneticField< DeviceType > &magnetic_field, Smoothing &smoothing, const PerturbedBField< DeviceType > &perturbed_B_field, GetPotentialGradTemp< DeviceType, HostType > &tmp, const View< double **, CLayout, DeviceType > &field_para, const Boundary &filter_bndry, const GridField< HostType, VarType::Scalar, PhiInterpType::Planes, TorType::OnePlane, KinType::GyroKin > &dAdt_guess)
Definition: get_dAdt_guess.cpp:77
Definition: magnetic_field.F90:1
Definition: get_potential_grad.hpp:44
Definition: smoothing.hpp:10