mathcomp.io
Class ExportGen
java.lang.Object
mathcomp.io.ExportGen
public class ExportGen
- extends java.lang.Object
This class is used to export the solution, in a way that it can be ploted in matlab
using gen.m
To use this class, each assembler should implement the method createDofExport correctly
Method Summary |
static void |
export(Assembler ass,
Vector solution,
java.lang.String gridfile,
java.lang.String solFile)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportGen
public ExportGen()
export
public static void export(Assembler ass,
Vector solution,
java.lang.String gridfile,
java.lang.String solFile)