Files
openfoam/src/fileFormats/Make/files
Mark Olesen 8afd6ff729 ENH: support format readOptions for surfaceReader types (#2609)
- similar to surface writing formats, also support optional
  dictionary of reading options. The main beneficiary of this is the
  ensight surface reader:

  readOptions
  {
      ensight
      {
          masterOnly true;
      }
  }

  This will restrict reading to the master rank. Surfaces and values
  read will be broadcast to the other ranks, with the intention of
  reducing load on the filesystem.

ENH: add writing of Dimensioned fields for areaWrite functionObject

- can be useful for examining finite-area source terms
2022-12-09 10:59:36 +01:00

81 lines
1.8 KiB
Plaintext

common/fileFormats.C
common/manifoldCellsMeshObject.C
colours/colourTable.C
colours/colourTables.C
colours/colourTools.C
ensight/file/ensightCase.C
ensight/file/ensightCaseOptions.C
ensight/file/ensightFile.C
ensight/file/ensightGeoFile.C
ensight/file/ensightWriterCaching.C
ensight/mesh/ensightMesh.C
ensight/mesh/ensightMeshOptions.C
ensight/output/ensightOutput.C
part = ensight/part
$(part)/cells/ensightCells.C
$(part)/cells/ensightCellsAddr.C
$(part)/cells/ensightCellsIO.C
$(part)/faces/ensightFaces.C
$(part)/faces/ensightFacesAddr.C
$(part)/faces/ensightFacesIO.C
$(part)/part/ensightPart.C
$(part)/surface/ensightOutputSurface.C
ensight/read/ensightReadFile.C
ensight/type/ensightPTraits.C
abaqus/ABAQUSCore.C
nastran/NASCore.C
obj/OBJstream.C
fire/FIRECore.C
gltf/foamGltfAccessor.C
gltf/foamGltfAnimation.C
gltf/foamGltfBufferView.C
gltf/foamGltfMesh.C
gltf/foamGltfObject.C
gltf/foamGltfScene.C
gltf/foamGltfSceneWriter.C
starcd/STARCDCore.C
stl/STLCore.C
stl/STLReader.C
stl/STLAsciiParseFlex.L
stl/STLAsciiParseManual.C
stl/STLAsciiParseRagel.cc
vtk/base/foamVtkCore.C
vtk/base/foamVtkPTraits.C
vtk/file/foamVtkFileWriter.C
vtk/file/foamVtkSeriesWriter.C
vtk/file/foamVtmWriter.C
vtk/format/foamVtkFormatter.C
vtk/format/foamVtkAsciiFormatter.C
vtk/format/foamVtkBase64Formatter.C
vtk/format/foamVtkAppendBase64Formatter.C
vtk/format/foamVtkAppendRawFormatter.C
vtk/format/foamVtkBase64Layer.C
vtk/format/foamVtkLegacyAsciiFormatter.C
vtk/format/foamVtkLegacyRawFormatter.C
vtk/output/foamVtkOutput.C
vtk/output/foamVtkOutputOptions.C
vtk/part/foamVtkMeshMaps.C
vtk/part/foamVtuCells.C
vtk/part/foamVtuSizing.C
vtk/read/vtkUnstructuredReader.C
vtk/write/foamVtkLineWriter.C
vtk/write/foamVtkPolyWriter.C
vtk/write/foamVtkSurfaceWriter.C
LIB = $(FOAM_LIBBIN)/libfileFormats