PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
mesh_gen::anonymous_namespace{openBoundaryWalls3D.cpp} Namespace Reference

Functions

double minEdge2D (double dx, double dy, double dz)
 
double maxEdge2D (double dx, double dy, double dz)
 

Function Documentation

◆ maxEdge2D()

double mesh_gen::anonymous_namespace{openBoundaryWalls3D.cpp}::maxEdge2D ( double  dx,
double  dy,
double  dz 
)

Definition at line 26 of file openBoundaryWalls3D.cpp.

26 {
27 return std::max({dx, dy, dz});
28}

References maxEdge2D().

Referenced by maxEdge2D().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ minEdge2D()

double mesh_gen::anonymous_namespace{openBoundaryWalls3D.cpp}::minEdge2D ( double  dx,
double  dy,
double  dz 
)

Smallest edge length of the surface bounding box (planar-ish if small vs max edge).

Definition at line 21 of file openBoundaryWalls3D.cpp.

21 {
22 const double a = std::min({dx, dy, dz});
23 return a;
24}

References minEdge2D().

Referenced by minEdge2D().

Here is the call graph for this function:
Here is the caller graph for this function: