PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Defines simple rectangle domain. More...
#include <geomObjectsUtil.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 147 of file geomObjectsUtil.h.
|
inline |
Definition at line 154 of file geomObjectsUtil.h.
|
inline |
Definition at line 176 of file geomObjectsUtil.h.
References d_nodes.
|
inline |
Definition at line 158 of file geomObjectsUtil.h.
References d_r, d_xc, and util::Point::length().
|
inline |
Definition at line 163 of file geomObjectsUtil.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> util::geometry::BoxPartition::d_box |
Definition at line 150 of file geomObjectsUtil.h.
Referenced by isNear().
std::vector<size_t> util::geometry::BoxPartition::d_nodes |
Definition at line 152 of file geomObjectsUtil.h.
Referenced by addNode().
double util::geometry::BoxPartition::d_r |
Definition at line 151 of file geomObjectsUtil.h.
Referenced by isNear().
util::Point util::geometry::BoxPartition::d_xc |
Definition at line 149 of file geomObjectsUtil.h.
Referenced by isNear().