Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Oct 02, 2018
    • Mark OLESEN's avatar
      ENH: multiple zone selection for fvMeshSubsetProxy (#973) · 2fb382bf
      Mark OLESEN authored
      - handle tmp fields in interpolate methods
      
      - special method interpolateInternal() for creating a volume field
        with zero-gradient treatment for patches from an internal field.
      
        This method was previously also called interpolate(), but that
        masked the ability to subset the internal field only.
      
        Ensight output needs the volume field:
            uses interpolateInternal().
      
        VTK output has separate handling of internal and patch fields:
            uses interpolate().
      
      ENH: added fvMeshSubset mesh() method for baseMesh or subMesh.
      
      - simplies coding when the fvMeshSubset may or may not be in active use.
      
      ENH: update foamToEnsight to use newer methods in wrapped form
      
      - static interpolate functions with renaming for manual use with
        fvMeshSubset (when fvMeshSubsetProxy may be too limiting in
        functionality)
      2fb382bf
  3. Nov 07, 2018
  4. Nov 06, 2018
  5. Nov 07, 2018
  6. Nov 06, 2018
  7. Nov 05, 2018
  8. Nov 03, 2018
  9. Nov 02, 2018
  10. Nov 01, 2018
    • Mark OLESEN's avatar
      ENH: limit vtk floatField range (fixes #1055) · 7cb51f5b
      Mark OLESEN authored
      - for space-savings the VTK fields are normally written as 'float'
        rather than double. When a double field contains very large values,
        these can result in a overflow when converted to float.
      
        Now trap these with the appropriate numeric limits.
        No warning when these values are clipped: it should be readily
        apparent from the output.
      
      ENH: handle symmTensor component swapping directly on VTK output.
      
      - use VTK output routines in vtkSurfaceWriter to benefit from the
        above changes
      7cb51f5b
    • Mark OLESEN's avatar
      ENH: improve read handling of bad streams #1033 · 0ce7e364
      Mark OLESEN authored
      - a failed attempt to read a value (eg, word, label, scalar) from a
        stream now always provokes a FatalIOError.
        This helps avoid some difficult to trace input errors.
      0ce7e364
    • Mark OLESEN's avatar
      TUT: syntax typo (#1059) · 3f017a01
      Mark OLESEN authored
      3f017a01