|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <vector>#include "../definitions.h"#include "../spatial_cells/spatial_cell_wrapper.hpp"#include "../object_wrapper.h"#include "../arch/gpu_base.hpp"#include "../spatial_cells/block_adjust_gpu.hpp"#include <dccrg.hpp>#include <dccrg_cartesian_geometry.hpp>
Go to the source code of this file.
Functions | |
| __global__ void | __launch_bounds__ (GPUTHREADS *WARPSPERBLOCK) reduce_v_dt_kernel(const vmesh |
| void | reduce_vlasov_dt (dccrg::Dccrg< SpatialCell, dccrg::Cartesian_Geometry > &mpiGrid, const vector< CellID > &cells, Real(&dtMaxLocal)[3]) |
| __global__ void __launch_bounds__ | ( | GPUTHREADS * | WARPSPERBLOCK | ) | const |
| void reduce_vlasov_dt | ( | dccrg::Dccrg< SpatialCell, dccrg::Cartesian_Geometry > & | mpiGrid, |
| const vector< CellID > & | cells, | ||
| Real(&) | dtMaxLocal[3] ) |