Package | Description |
---|---|
org.eclipse.ice.nek5000 |
Modifier and Type | Method and Description |
---|---|
ProblemProperties |
NekReader.getLastProperties()
Returns the last ProblemProperties object constructed by the NekReader.
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.writeReaFile(java.util.ArrayList<Component> components,
java.io.File outputFile,
ProblemProperties properties)
Reads in an ArrayList of Components, creates a HashMap keyed by Component
name, and then writes the contents into the specified output file using
formatting appropriate for a Nek5000 reafile.
|