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

Method Index

Src/Particle/AMReX_ParticleContainerI.H:201–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 template<class> class Allocator, class CellAssignor>
200template <typename P, typename Assignor>
201IntVect
202ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator, CellAssignor>::Index (const P& p, int lev) const
203{
204 const Geometry& geom = Geom(lev);
205 const auto& domain = geom.Domain();
206 const auto& plo = geom.ProbLoArray();
207 const auto& dxi = geom.InvCellSizeArray();
208
209 return Assignor{}(p, plo, dxi, domain);
210}
211
212template <typename ParticleType, int NArrayReal, int NArrayInt,
213 template<class> class Allocator, class CellAssignor>

Callers 1

getNeighborTagsMethod · 0.80

Calls 3

ProbLoArrayMethod · 0.80
InvCellSizeArrayMethod · 0.80
DomainMethod · 0.45

Tested by

no test coverage detected