|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.amibe.algos1d.RandomLength
public class RandomLength
Computes a randomized discretization. This is only useful when debugging, to check that adjacent faces share the same 1D discretization.
Constructor Summary | |
---|---|
RandomLength(MMesh1D m,
java.util.Map<java.lang.String,java.lang.String> options)
Creates a UniformLength 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 |
---|
public RandomLength(MMesh1D m, java.util.Map<java.lang.String,java.lang.String> options)
UniformLength
instance.
m
- the MMesh1D
instance to refine.Method Detail |
---|
public void compute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |