![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Defines simple rectangle domain. More...
#include <geomObjects.h>
Public Member Functions | |
| BoxPartition () | |
| bool | isNear (const BoxPartition &box, const double &tol) const |
| bool | isNear (const util::Point &x, const double &tol) const |
| void | addNode (const size_t &i) |
Data Fields | |
| util::Point | d_xc |
| std::pair< util::Point, util::Point > | d_box |
| double | d_r |
| std::vector< size_t > | d_nodes |
Defines simple rectangle domain.
Definition at line 65 of file geomObjects.h.
|
inline |
Definition at line 72 of file geomObjects.h.
|
inline |
Definition at line 94 of file geomObjects.h.
References d_nodes.
|
inline |
Definition at line 76 of file geomObjects.h.
References d_r, d_xc, and util::Point::length().
|
inline |
Definition at line 81 of file geomObjects.h.
References d_box, util::Point::d_x, util::Point::d_y, util::Point::d_z, util::isGreater(), and util::isLess().
| std::pair<util::Point, util::Point> geom::BoxPartition::d_box |
Definition at line 68 of file geomObjects.h.
Referenced by isNear().
| std::vector<size_t> geom::BoxPartition::d_nodes |
Definition at line 70 of file geomObjects.h.
Referenced by addNode().
| double geom::BoxPartition::d_r |
Definition at line 69 of file geomObjects.h.
Referenced by isNear().
| util::Point geom::BoxPartition::d_xc |
Definition at line 67 of file geomObjects.h.
Referenced by isNear().