org.jcae.mesh.bora.algo
Class Basic2d

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean compute(BDiscretization d)
           
 int getOrientation(int o)
           
 boolean isAvailable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Basic2d

public Basic2d(double len,
               double defl,
               boolean rel,
               boolean iso)
Method Detail

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