mathcomp.util.cfd
Class MatlabImport
java.lang.Object
mathcomp.util.cfd.MatlabImport
public class MatlabImport
- extends java.lang.Object
Constructor Summary |
MatlabImport(java.lang.String gPath,
java.lang.String solPath)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
public Node[] nodes
triangles
public Triangle[] triangles
sol
public Vector sol
fileName
public java.lang.String fileName
MatlabImport
public MatlabImport(java.lang.String gPath,
java.lang.String solPath)
nextLine
public java.lang.String nextLine(java.io.BufferedReader in)
getNodes
public Node[] getNodes()
getTriangles
public Triangle[] getTriangles()
getSol
public Vector getSol()
getPmax
public double getPmax()
getPmin
public double getPmin()
getVmax
public double getVmax()
getVmin
public double getVmin()
getFileName
public java.lang.String getFileName()