|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.amibe.algos3d.Fuse
public class Fuse
(Obsolete) Fuse near nodes in a MMesh3D
instance.
Constructor Summary | |
---|---|
Fuse(Mesh m)
Creates a Fuse instance. |
|
Fuse(Mesh m,
double eps)
Creates a Fuse instance. |
Method Summary | |
---|---|
void |
compute()
Fuse boundary nodes which are closer than a given bound. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fuse(Mesh m)
Fuse
instance.
m
- the MMesh3D
instance to fuse.public Fuse(Mesh m, double eps)
Fuse
instance.
m
- the MMesh3D
instance to refine.eps
- tolerance.Method Detail |
---|
public void compute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |