#include <grid_field_pack.hpp>
Public Member Functions | |
GridField () | |
GridField (int nphi, int nrho, int nnode, GridFieldOpts opt=GridFieldOpts::WithRhoFF) | |
GridField (int nrho, int nnode) | |
Public Attributes | |
Kokkos::View< Field< VT, PIT > *, Kokkos::LayoutRight, HostType > | ff_h |
Contains the local plane, field-following, host field. More... | |
Kokkos::View< Field< VT, PIT > **, Kokkos::LayoutRight, HostType > | rho_ff_h |
Contains the local plane of gyroaveraged, field-following, host field. More... | |
Kokkos::View< Field< VT, PIT > **, Kokkos::LayoutRight, HostType > | rho_h |
|
inline |
|
inline |
Kokkos::View<Field<VT,PIT>*,Kokkos::LayoutRight,HostType> GridField< VT, PIT >::ff_h |
Contains the local plane, field-following, host field.
Kokkos::View<Field<VT,PIT>**,Kokkos::LayoutRight,HostType> GridField< VT, PIT >::rho_ff_h |
Contains the local plane of gyroaveraged, field-following, host field.
Kokkos::View<Field<VT,PIT>**,Kokkos::LayoutRight,HostType> GridField< VT, PIT >::rho_h |