11#ifndef LOADING_PARTILCELOADINGUTIL_H
12#define LOADING_PARTILCELOADINGUTIL_H
Collection of methods and database related to loading.
bool needToProcessParticle(size_t id, const inp::BCBaseDeck &bc)
Function that checks if given particle with id = id needs to be processed within boundary condition d...
bool needToComputeDof(const util::Point &x, size_t id, const inp::BCBaseDeck &bc)
Function that checks if we need to do computation at a given point x within a particle with id = id.
User-input data for particle neighbor search.
A structure to represent 3d vectors.