1 #ifndef POLOIDAL_SMOOTHING_HPP
2 #define POLOIDAL_SMOOTHING_HPP
16 void apply(
const View<double*, CLayout, DeviceType>& input,
const View<double*, CLayout, DeviceType>& output)
const;
18 void apply(
const View<double*, CLayout, DeviceType>& view)
const;
20 void apply(
const View<double*, CLayout, HostType>& view)
const;
Definition: magnetic_field.hpp:12
Definition: NamelistReader.hpp:193
Definition: poloidal_smoothing.hpp:6
void apply(const View< double *, CLayout, DeviceType > &input, const View< double *, CLayout, DeviceType > &output) const
Definition: poloidal_smoothing.cpp:216
PoloidalSmoothing()
Definition: poloidal_smoothing.hpp:12
Matrix< DeviceType > mat
Definition: poloidal_smoothing.hpp:8
Definition: magnetic_field.F90:1