13 Charge(
int nnode,
int npsi00,
int nrho,
int nlarmor,
int ntor,
int nthreads);
20 Kokkos::View<double***,Kokkos::LayoutRight,Device>
edensity;
22 Kokkos::View<double***,Kokkos::LayoutRight,Device> ejpar;
23 Kokkos::View<double****,Kokkos::LayoutRight,Device> ijpar;
25 Kokkos::View<double****,Kokkos::LayoutRight,Device>
idensity;
27 Kokkos::View<double**,Kokkos::LayoutRight,Device>
edensity;
28 Kokkos::View<double***,Kokkos::LayoutRight,Device>
ejpar_re;
29 Kokkos::View<double***,Kokkos::LayoutRight,Device>
ejpar_im;
31 Kokkos::View<double***,Kokkos::LayoutRight,Device>
idensity;
32 Kokkos::View<double***,Kokkos::LayoutRight,Device>
ijpar_re;
33 Kokkos::View<double***,Kokkos::LayoutRight,Device>
ijpar_im;
void reset_charge() const
Definition: charge.tpp:26
Kokkos::View< double ***, Kokkos::LayoutRight, Device > ejpar_re
Definition: charge.hpp:28
Kokkos::View< double ***, Kokkos::LayoutRight, Device > ejpar_im
Definition: charge.hpp:29
Kokkos::View< double ***, Kokkos::LayoutRight, Device > ijpar_im
Definition: charge.hpp:33
Kokkos::View< double ***, Kokkos::LayoutRight, Device > idensity
Ion density distribution.
Definition: charge.hpp:31
Kokkos::View< double ***, Kokkos::LayoutRight, Device > ijpar_re
Definition: charge.hpp:32
void reset_ion_charge() const
Definition: charge.tpp:41
Kokkos::View< double **, Kokkos::LayoutRight, Device > edensity
Electron density distribution.
Definition: charge.hpp:27
Charge()
Definition: charge.hpp:16