Peano
Loading...
Searching...
No Matches
internal.h File Reference
Include dependency graph for internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::particles
 
namespace  toolbox::particles::internal
 

Functions

double toolbox::particles::internal::relativeReleaseOwnershipSpatialSortingTolerance (const ::peano4::datamanagement::VertexMarker &marker)
 
double toolbox::particles::internal::relativeReleaseOwnershipSpatialSortingTolerance (const ::peano4::datamanagement::CellMarker &marker)
 
double toolbox::particles::internal::relativeReleaseOwnershipSpatialSortingTolerance (const tarch::la::Vector< Dimensions, double > &h)
 
double toolbox::particles::internal::relativeGrabOwnershipSpatialSortingTolerance (const ::peano4::datamanagement::VertexMarker &marker)
 
double toolbox::particles::internal::relativeGrabOwnershipSpatialSortingTolerance (const ::peano4::datamanagement::CellMarker &marker)
 
double toolbox::particles::internal::relativeGrabOwnershipSpatialSortingTolerance (const tarch::la::Vector< Dimensions, double > &h)
 
bool toolbox::particles::internal::fitsIntoLevel (double searchRadius, const ::peano4::datamanagement::CellMarker &marker)
 
bool toolbox::particles::internal::fitsIntoLevel (double searchRadius, const ::peano4::datamanagement::VertexMarker &marker)
 
std::bitset< Dimensions > toolbox::particles::internal::getParticleAssociationWithinCell (const tarch::la::Vector< Dimensions, double > &x, const tarch::la::Vector< Dimensions, double > &cellCentre)
 Find out which vertex should hold a particle.
 

Variables

constexpr double toolbox::particles::ReleaseOwnershipSpatialSortingTolerance = 1.01
 Sorting tolerance.
 
constexpr double toolbox::particles::GrabOwnershipSpatialSortingTolerance = 1.001