![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include "openRectChannel2D.h"#include "geomUtilFunctions.h"#include "util/function.h"#include "util/io.h"#include "util/vecMethods.h"#include <algorithm>#include <cmath>#include <limits>#include <sstream>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | geom |
| namespace | geom::anonymous_namespace{openRectChannel2D.cpp} |
Functions | |
| void | geom::anonymous_namespace{openRectChannel2D.cpp}::validateParams (double x0, double y0, double x1, double y1, double t) |
| double | geom::anonymous_namespace{openRectChannel2D.cpp}::distPointToSegment2D (const util::Point &p, const util::Point &a, const util::Point &b) |