ThreshPts.2d {FEA} | R Documentation |
ThreshPts.2d
Description
Clean node distribution within or outside of geometry. Optional function for complex geometries.
Usage
ThreshPts.2d(coords, thresh, edge)
Arguments
coords |
Nodal coordinates |
thresh |
Threshold for point removal. Ranges include: 500000-50000000 |
edge |
Coordinate points of the initial geometry. |
Value
Coordinate points of valid nodes.
CleanedNodes |
Matrix of new nodes that abide by given threshold rules. |
NodeReport |
Report identifying with nodes were kept and which were removed. |
Examples
data(polyshape)
coords = polyshape$Within
thresh = 5000000
edge = polyshape$Line
cleanpoly = ThreshPts.2d(coords, thresh, edge)
[Package FEA version 0.0.2 Index]