![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_Config.H>#include <AMReX_TypeTraits.H>#include <AMReX_MultiFab.H>#include <AMReX_ParticleUtil.H>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | amrex |
Functions | |
| template<class PC , class MF , class F > requires (IsParticleContainer<PC>::value) | |
| void | amrex::ParticleToMesh (PC const &pc, MF &mf, int lev, F const &f, bool zero_out_input=true) |
| template<class PC , class MF , class F > requires (IsParticleContainer<PC>::value) | |
| void | amrex::MeshToParticle (PC &pc, MF const &mf, int lev, F const &f) |