org.jcae.mesh.amibe.algos1d
Class Compat1D2D

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

public class Compat1D2D
extends java.lang.Object


Constructor Summary
Compat1D2D(MMesh1D m, java.util.Map<java.lang.String,java.lang.String> options)
          Creates a Compat1D2D instance.
 
Method Summary
 void compute()
          Explores each edge 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

Compat1D2D

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

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

compute

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