org.jcae.mesh.bora.algo
Class Netgen

java.lang.Object
  extended by 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)
           
 
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

Netgen

public Netgen(double len)
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