org.jcae.mesh.amibe.ds
Class MeshParameters
java.lang.Object
org.jcae.mesh.amibe.ds.MeshParameters
public class MeshParameters
- extends java.lang.Object
Mesh parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edgeLength
public double edgeLength
deflection
public double deflection
relativeDeflection
public boolean relativeDeflection
isotropic
public boolean isotropic
epsilon
public double epsilon
cumulativeEpsilon
public boolean cumulativeEpsilon
MeshParameters
public MeshParameters()
MeshParameters
public MeshParameters(java.util.Map<java.lang.String,java.lang.String> options)
getLength
public double getLength()
setLength
public void setLength(double e)
getEpsilon
public double getEpsilon()
setEpsilon
public void setEpsilon(double e)
getDeflection
public double getDeflection()
isIsotropic
public boolean isIsotropic()
hasDeflection
public boolean hasDeflection()
hasRelativeDeflection
public boolean hasRelativeDeflection()
hasCumulativeEpsilon
public boolean hasCumulativeEpsilon()
scaleTolerance
public void scaleTolerance(double scale)