org.jcae.mesh.bora.algo
Class AlgoMesh1d

java.lang.Object
  extended by org.jcae.mesh.bora.algo.AlgoMesh1d

public class AlgoMesh1d
extends java.lang.Object

Computes a new discretization of the edges using the local definition of target length and target deflection for each edge.


Constructor Summary
AlgoMesh1d(MMesh1D m)
          Creates a AlgoMesh1d instance.
 
Method Summary
 void compute(boolean relDefl)
          Explores each edge discretization of the mesh and calls the discretisation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgoMesh1d

public AlgoMesh1d(MMesh1D m)
Creates a AlgoMesh1d instance.

Parameters:
m - the MMesh1D instance to mesh.
Method Detail

compute

public void compute(boolean relDefl)
Explores each edge discretization of the mesh and calls the discretisation method.