fhm.edu.fem.convert
Class FEMINConverterFEM2toFEM3

java.lang.Object
  extended by fhm.edu.fem.convert.FEMINConverterFEM2toFEM3

public class FEMINConverterFEM2toFEM3
extends java.lang.Object

Class Description: Used to convert FEMIN files from FEM2 to FEM3

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

Field Summary
protected static Logger localLogger
           
 
Constructor Summary
FEMINConverterFEM2toFEM3()
          Construct a new FEMINConverterFEM2toFEM3
 
Method Summary
protected  boolean convertApproachFEM2toFEM3()
          Convert the approach from FEM2 to FEM3
protected  boolean convertBordersFEM2toFEM3()
          Convert the borders from FEM2 to FEM3
 boolean convertFEM2toFEM3()
          Convert the FEM2 data stored in the FEMManager into FEM3 data
protected  boolean convertNodesAndElementsFEM2toFEM3()
          Convert the nodes and elements from FEM2 to FEM3
 
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

FEMINConverterFEM2toFEM3

public FEMINConverterFEM2toFEM3()
Construct a new FEMINConverterFEM2toFEM3

Method Detail

convertApproachFEM2toFEM3

protected boolean convertApproachFEM2toFEM3()
Convert the approach from FEM2 to FEM3

Returns:
true if all went well, false otherwise

convertBordersFEM2toFEM3

protected boolean convertBordersFEM2toFEM3()
Convert the borders from FEM2 to FEM3

Returns:
true if all went well, false otherwise

convertFEM2toFEM3

public boolean convertFEM2toFEM3()
Convert the FEM2 data stored in the FEMManager into FEM3 data

Returns:
true if all went well, false otherwise

convertNodesAndElementsFEM2toFEM3

protected boolean convertNodesAndElementsFEM2toFEM3()
Convert the nodes and elements from FEM2 to FEM3

Returns:
true if all went well, false otherwise