Public Methods |
| | SimRes2vtk () |
| virtual | ~SimRes2vtk () |
| virtual void | usage () |
| virtual void | simresHeader (PlotSpecifications &plotspec) |
| virtual void | simresFooter (PlotSpecifications &plotspec) |
| virtual void | processFormatSpecificOptions (VecSimple(String) &arguments, PlotSpecifications &plotspec) |
| virtual void | exportScalarField (Field &scalarfield, FieldInformation &fieldinfo, PlotSpecifications &plotspec) |
| virtual void | exportVectorField (Fields &vectorfield, FieldInformation &fieldinfo, PlotSpecifications &plotspec) |
Static Public Methods |
| void | openLogFile (String dataname, bool scalar_data) |
| void | closeLogFile () |
| void | reportElm (int e, String elm_type, String vtk_cell_type, String comment) |
| void | setVtkPtr (vtkUnstructuredGrid *vtk_u_grid) |
| void | setVtkPtr (vtkStructuredGrid *vtk_s_grid) |
| void | resetVtkPtrs () |
| bool | convertVol (const GridFV &grid, const int v, int &vtk_cell_type, int &npt, vtkIdType pt_list[]) |
| bool | convertElm (const GridFE &grid, const int e, int &vtk_cell_type, int &npt, vtkIdType pt_list[]) |
| void | field2vtk (const FieldsFV &vector_field, vtkUnstructuredGrid *vtk_u_grid, const char *options, bool imaginary=false, bool smooth=true) |
| void | field2vtk (const FieldFV &scalar_field, vtkUnstructuredGrid *vtk_u_grid, const char *options, bool imaginary=false, bool smooth=true) |
| void | field2vtk (const FieldsFE &vector_field, vtkUnstructuredGrid *vtk_u_grid, const char *options="", bool imaginary=false) |
| void | field2vtk (const FieldFE &scalar_field, vtkUnstructuredGrid *vtk_u_grid, const char *options="", bool imaginary=false) |
| void | field2vtk (const FieldsPiWisConst &vector_field, vtkUnstructuredGrid *vtk_u_grid, const char *options="", bool imaginary=false) |
| void | field2vtk (const FieldPiWisConst &scalar_field, vtkUnstructuredGrid *vtk_u_grid, const char *options="", bool imaginary=false) |
| void | field2vtk (const FieldsLattice &vector_field, vtkStructuredGrid *vtk_s_grid, const char *options="", bool imaginary=false) |
| void | field2vtk (const FieldLattice &scalar_field, vtkStructuredGrid *vtk_s_grid, const char *options="", bool imaginary=false) |
| void | vtk2file (const VtkGrid_type flag, const String &filename, const Format_type format=ASCII) |
| void | vtk2file (const vtkStructuredGrid *structured_grid, const VtkGrid_type flag, const String &filename, const Format_type format=ASCII) |
| void | vtk2file (const vtkUnstructuredGrid *unstructured_grid, const VtkGrid_type flag, const String &filename, const Format_type format=ASCII) |
| void | plotVector (const FieldsFV &vector_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotScalar (const FieldFV &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotVector (const FieldsFE &vector_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotScalar (const FieldFE &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotVector (const FieldsPiWisConst &vector_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotScalar (const FieldPiWisConst &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotVector (const FieldsLattice &vector_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotScalar (const FieldLattice &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | exportToFile (const VtkGrid_type flag, const String &base_filename, const Format_type format=ASCII, const char *options="") |
| void | exportToFile (const vtkUnstructuredGrid *vtk_u_grid, const VtkGrid_type flag, const String &base_filename, const Format_type format=ASCII, const char *options="") |
| void | exportToFile (const vtkStructuredGrid *vtk_s_grid, const VtkGrid_type flag, const String &base_filename, const Format_type format=ASCII, const char *options="") |
| void | display (const FieldFE &scalar_field, const char *options="") |
| bool | sideOnSelectedBoundary (const GridFE &gfe, const int elm, const int side, const VecSimple(int) &sel, const HandleElmDefs elmdef) |
| bool | sideOnSelectedBoundary (const GridFV &gfv, const int volno, const int loc_face, const VecSimple(int) &sel) |
| void | plotVRMLScalar (const FieldFE &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotVRMLScalar (const FieldFV &scalar_field, const String &filename, const Format_type format=ASCII, const char *options="") |
| void | plotVRMLGrid (const GridFE &grid, const String &filename, const String &grid_str, const Format_type format) |
| void | plotVRMLGrid (const GridFV &grid, const String &filename, const String &grid_str, const Format_type format) |
| void | plotVRMLGrid (const GridLattice &grid, const String &filename, const String &grid_str, const Format_type format) |
| void | exportVRMLGrid (const vtkUnstructuredGrid *vtk_u_grid, const VtkGrid_type flag, const String &filename, const Format_type format, const char *options="") |
| void | grid2vtk (const GridFV &grid, vtkUnstructuredGrid *local_u_grid, const String &grid_str) |
| void | grid2vtk (const GridFE &grid, vtkUnstructuredGrid *local_u_grid, const String &grid_str) |
| void | boundary2vtk (const GridFE &grid, vtkUnstructuredGrid *bo_u_grid, const VecSimple(int) &selected, const String &grid_str) |
| void | plotGrid (Grid &grid, String fname, String grid_str) |
Static Public Attributes |
| vtkStructuredGrid* | s_grid |
| vtkUnstructuredGrid* | u_grid |
| Os | logfile |
| int | filecnt |
| float | cmin |
| float | cmax |
| int | ext [6] |
Protected Attributes |
| String | label |
| bool | collect_fields |