powered by
Signed distance from points p to boundary of circle to allow easy definition of regions in distmesh2d.
p
distmesh2d
mesh.dcircle(p, radius = 1, ...)
A matrix with 2 columns (3 in mesh.dsphere), each row representing a point in the plane.
mesh.dsphere
radius of circle
additional arguments (not used)
A vector of length nrow(p) containing the signed distances to the circle
nrow(p)
http://persson.berkeley.edu/distmesh/
P.-O. Persson, G. Strang, A Simple Mesh Generator in MATLAB. SIAM Review, Volume 46 (2), pp. 329-345, June 2004
distmesh2d, mesh.drectangle, mesh.diff, mesh.intersect, mesh.union
mesh.drectangle
mesh.diff
mesh.intersect
mesh.union
# NOT RUN { example(distmesh2d) # }
Run the code above in your browser using DataLab