org.jcae.mesh.amibe.algos1d
Class Refine

java.lang.Object
  extended by org.jcae.mesh.amibe.algos1d.Refine

public class Refine
extends java.lang.Object

Refines all edges by a given number.


Constructor Summary
Refine(MMesh1D m, java.util.Map<java.lang.String,java.lang.String> options)
          Creates a Refine instance.
 
Method Summary
 void compute()
          Explores each edge of the mesh and divides it into the same number of divisions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Refine

public Refine(MMesh1D m,
              java.util.Map<java.lang.String,java.lang.String> options)
Creates a Refine instance.

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

compute

public void compute()
Explores each edge of the mesh and divides it into the same number of divisions.