PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
neighborPolicy.h
Go to the documentation of this file.
1/*
2 * -------------------------------------------
3 * Copyright (c) 2021 - 2026 Prashant K. Jha
4 * -------------------------------------------
5 * PeriDEM https://github.com/prashjha/PeriDEM
6 *
7 * Distributed under the Boost Software License, Version 1.0. (See accompanying
8 * file LICENSE)
9 */
10
11#ifndef NSEARCH_NEIGHBOR_POLICY_H
12#define NSEARCH_NEIGHBOR_POLICY_H
13
14namespace data {
15class ModelData;
16}
17
18namespace nsearch {
19
22
23} // namespace nsearch
24
25#endif // NSEARCH_NEIGHBOR_POLICY_H
A class to store model data.
Definition modelData.h:50
Definition contact.h:20
Methods for performing efficient search of neighboring points.
void updatePeridynamicNeighborlist(data::ModelData &data)
Horizon search restricted to the same particle.