#include <Cabana_AoSoA.hpp>
#include <Cabana_DeepCopy.hpp>
#include <Kokkos_Core.hpp>
#include "NamelistReader.hpp"
#include "timer_macro.hpp"
#include "magnetic_field.hpp"
#include "grid.hpp"
#include "domain_decomposition.hpp"
#include "particles.hpp"
#include "space_settings.hpp"
#include "distribution.hpp"
#include "profile.hpp"
#include "gyro_avg_mat.hpp"
#include "streamed_parallel_for.hpp"
#include "basic_physics.hpp"
#include "memory_prediction.hpp"
#include "xgc_io.hpp"
Go to the source code of this file.
Enumerator |
---|
RestoreOnOriginalRank |
|
BringOldPhaseToNewRank |
|
void adjust_n_ptl_for_core_ptl |
( |
int * |
n_ptl | ) |
|
bool default_residence_option |
( |
| ) |
|
|
inline |
By default, particles reside on CPU
bool default_streaming_option |
( |
| ) |
|
|
inline |
void set_min_max_num |
( |
int |
isp, |
|
|
int |
n_ptl |
|
) |
| |
void set_spall_num_and_ptr |
( |
int |
idx, |
|
|
int |
n_ptl, |
|
|
int |
n_vecs, |
|
|
VecParticles * |
ptl |
|
) |
| |