MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / CreateVirtualParticles

Method CreateVirtualParticles

Src/Particle/AMReX_ParticleContainerI.H:838–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836template <typename ParticleType, int NArrayReal, int NArrayInt,
837 template<class> class Allocator, class CellAssignor>
838void
839ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator, CellAssignor>
840::CreateVirtualParticles (int level, AoS& virts) const
841{
842 ParticleTileType ptile;
843 CreateVirtualParticles(level, ptile);
844 ptile.GetArrayOfStructs().swap(virts);
845}
846
847template <typename ParticleType, int NArrayReal, int NArrayInt,
848 template<class> class Allocator, class CellAssignor>

Calls 15

TransformerVirtClass · 0.85
ExclusiveSumFunction · 0.85
streamSynchronizeFunction · 0.85
FilterVirtClass · 0.85
GetArrayOfStructsMethod · 0.80
ProbLoArrayMethod · 0.80
InvCellSizeArrayMethod · 0.80
complementInMethod · 0.80
tileboxMethod · 0.80
ptrMethod · 0.80
transformParticlesFunction · 0.70
ParticleToMeshFunction · 0.70