![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include "openCuboidChannel3D.h"#include "geomUtilFunctions.h"#include "util/io.h"#include <algorithm>#include <cmath>#include <sstream>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | geom |
| namespace | geom::anonymous_namespace{openCuboidChannel3D.cpp} |
Functions | |
| void | geom::anonymous_namespace{openCuboidChannel3D.cpp}::validateParams (double x0, double y0, double z0, double x1, double y1, double z1, double t, int open_face) |
| void | geom::anonymous_namespace{openCuboidChannel3D.cpp}::cornersFromAabb (const util::Point &lo, const util::Point &hi, util::Point *out8) |
| void | geom::anonymous_namespace{openCuboidChannel3D.cpp}::aabbFromCorners (const util::Point *c, util::Point &lo, util::Point &hi) |