org.jcae.mesh.bora.algo
Class Netgen
java.lang.Object
org.jcae.mesh.bora.algo.Netgen
- All Implemented Interfaces:
- AlgoInterface
public class Netgen
- extends java.lang.Object
- implements AlgoInterface
Run the Netgen 3D mesher.
Netgen is copyrighted by Joachim Schöberl
and is released under the GNU Lesser General Public License
as published by the Free Software Foundation, version 2 or above.
See http://www.hpfem.jku.at/netgen/
Constructor Summary |
Netgen(double len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Netgen
public Netgen(double len)
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