org.jcae.mesh.bora.algo
Class Basic2d
java.lang.Object
org.jcae.mesh.bora.algo.Basic2d
- All Implemented Interfaces:
- AlgoInterface
public class Basic2d
- extends java.lang.Object
- implements AlgoInterface
- See Also:
BasicMesh
Constructor Summary |
Basic2d(double len,
double defl,
boolean rel,
boolean iso)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Basic2d
public Basic2d(double len,
double defl,
boolean rel,
boolean iso)
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interface AlgoInterface
getOrientation
public int getOrientation(int o)
- Specified by:
getOrientation
in interface AlgoInterface
compute
public boolean compute(BDiscretization d)
- Specified by:
compute
in interface AlgoInterface
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object