Package org.jcae.mesh.amibe.algos1d

Algorithms for 1D meshing.

See:
          Description

Class Summary
Compat1D2D  
RandomLength Computes a randomized discretization.
Refine Refines all edges by a given number.
UniformLength Computes a new discretization so that all edges have a uniform length.
UniformLengthDeflection Computes a new discretization so that all edges have a uniform length.
 

Package org.jcae.mesh.amibe.algos1d Description

Algorithms for 1D meshing.

These classes implement algorithms for 1D meshing. They have all a roughly similar layout, but it has not been finalized yet, which is why there is no well-defined interface.

All algorithms apply on MMesh1D instances, so this instance is passed as an argument of constructors. When algorithms may accept optional parameters, a setParameters method is available. Meshing is performed by calling the compute() method.