PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
particleLoadingUtil.h File Reference
#include <string>
#include <vector>
#include "util/point.h"
#include "inp/bcBaseDeck.h"
Include dependency graph for particleLoadingUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  loading
 Collection of methods and database related to loading.
 

Functions

bool loading::needToProcessParticle (size_t id, const inp::BCBaseDeck &bc)
 Function that checks if given particle with id = id needs to be processed within boundary condition data bc.
 
bool loading::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.