org.keridwen.modelling.mesh.inspector.analysers
Class EtaQualityAnalyser
java.lang.Object
org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
org.keridwen.modelling.mesh.inspector.analysers.EtaQualityAnalyser
- All Implemented Interfaces:
- Comparable, MeshAnalyserInterface
public class EtaQualityAnalyser
- extends MeshAnalyser
- implements MeshAnalyserInterface
Methods inherited from class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser |
analyseAndBuildVtkDataSet, analyseMesh, computeDistributionFunction, getAnalysis, getInputParameters, getMesh, getName, getOutputParameters, printAnalysis, setAnalysis, setInputParameters, setMesh, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EtaQualityAnalyser
public EtaQualityAnalyser(com.artenum.penelope.mesh.interfaces.Mesh mesh)
probeCell
public GenericAnalysis probeCell(int meshId)
- Description copied from interface:
MeshAnalyserInterface
- Probe (i.e analyse) a cell specified by its Id.
- Specified by:
probeCell
in interface MeshAnalyserInterface
- Parameters:
meshId
- of the cell.
- Returns:
- the quality factor.
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2013 Artenum. All Rights Reserved.