org.jcae.mesh.bora.algo
Interface AlgoInterface

All Known Implementing Classes:
Basic2d, Netgen, TetGen, UniformLengthDeflection1d, Vertex0d

public interface AlgoInterface


Method Summary
 boolean compute(BDiscretization d)
           
 int getOrientation(int o)
           
 boolean isAvailable()
           
 

Method Detail

compute

boolean compute(BDiscretization d)

isAvailable

boolean isAvailable()

getOrientation

int getOrientation(int o)