fhm.edu.fem.util.io
Class FEMOUTSaver

java.lang.Object
  extended by fhm.edu.fem.util.io.FEMOUTSaver

public class FEMOUTSaver
extends java.lang.Object

Class Description: This class takes care of saving the results to the FEMOUT file

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)

Field Summary
protected static Logger localLogger
           
 
Constructor Summary
FEMOUTSaver()
          Construct a new FEMOUTSaver
 
Method Summary
 void save(java.io.File outFile)
          Save all results (which are stored in the FEMManager) to the given file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localLogger

protected static Logger localLogger
Constructor Detail

FEMOUTSaver

public FEMOUTSaver()
Construct a new FEMOUTSaver

Method Detail

save

public void save(java.io.File outFile)
Save all results (which are stored in the FEMManager) to the given file

Parameters:
outFile, - the file to save to