#include "quadtree.hpp"
|
| static void | quadtree_smoothing_conservative (Kokkos::View< Real ** > &part, int npart, Real pos1min, Real pos1max, Real pos2min, Real pos2max, Real sigma, int maxppc, bool do_2w, bool diagnose, Kokkos::View< int * > &diagnose_array) |
| |
| static void | quadtree_smoothing_non_conservative (Kokkos::View< Real ** > &part, int npart, Real pos1min, Real pos1max, Real pos2min, Real pos2max, Real hv, int maxppc) |
| |
◆ quadtree_smoothing_conservative()
| static void orb5x::Quadtree::quadtree_smoothing_conservative |
( |
Kokkos::View< Real ** > & |
part, |
|
|
int |
npart, |
|
|
Real |
pos1min, |
|
|
Real |
pos1max, |
|
|
Real |
pos2min, |
|
|
Real |
pos2max, |
|
|
Real |
sigma, |
|
|
int |
maxppc, |
|
|
bool |
do_2w, |
|
|
bool |
diagnose, |
|
|
Kokkos::View< int * > & |
diagnose_array |
|
) |
| |
|
static |
◆ quadtree_smoothing_non_conservative()
| static void orb5x::Quadtree::quadtree_smoothing_non_conservative |
( |
Kokkos::View< Real ** > & |
part, |
|
|
int |
npart, |
|
|
Real |
pos1min, |
|
|
Real |
pos1max, |
|
|
Real |
pos2min, |
|
|
Real |
pos2max, |
|
|
Real |
hv, |
|
|
int |
maxppc |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: