#include <get_potential_grad.hpp>
|
| | Field00 () |
| |
| template<class DeviceIn > |
| | Field00 (const GridField< DeviceIn, VarType::Scalar, PhiInterpType::None, TorType::OnePlane, KinType::DriftKin > &field_in, bool discard_when_basis_is_one_in) |
| |
| void | calculate_gradient (const Grid< DeviceType > &grid, const GradientMatrices< DeviceType > &grad_matrices) |
| |
| template<class DeviceOut , PhiInterpType PIT> |
| void | set_field (const Grid< DeviceType > &grid, const FieldFollowingCoordinates &ff, View< Field< VarType::Vector2D, PIT > *, CLayout, DeviceOut > &field00_ff_h) |
| |
|
| bool | is_provided |
| |
| bool | discard_when_basis_is_one |
| |
| View< Field< VarType::Scalar, PhiInterpType::None > *, CLayout, Device > | pot_managed |
| |
| View< double *, CLayout, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged > > | pot |
| |
| View< double *, CLayout, Device > | r |
| |
| View< double *, CLayout, Device > | z |
| |
◆ Field00() [1/2]
◆ Field00() [2/2]
template<class Device >
template<class DeviceIn >
◆ calculate_gradient()
◆ set_field()
template<class Device >
template<class DeviceOut , PhiInterpType PIT>
◆ discard_when_basis_is_one
template<class Device >
| bool Field00< Device >::discard_when_basis_is_one |
◆ is_provided
template<class Device >
| bool Field00< Device >::is_provided |
◆ pot
template<class Device >
| View<double*,CLayout, Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > Field00< Device >::pot |
◆ pot_managed
The documentation for this struct was generated from the following file: