Skip to content
Snippets Groups Projects
  1. Jun 15, 2017
  2. Jan 25, 2017
  3. Dec 15, 2016
    • Mark Olesen's avatar
      ENH: newly structured surface 'sources' for sampling. · 4a845f5c
      Mark Olesen authored
      - extend the sampling concept to include surfMeshes and surfFields
        for storage.
      
      - Note the createOnRead switch in surfMeshSamplers can be desirable in
        some situations to force creation of the surface faces within the
        constructor.
      4a845f5c
  4. Nov 30, 2016
  5. Jun 30, 2016
  6. May 15, 2016
    • Henry Weller's avatar
      functionObjects: rewritten to all be derived from 'functionObject' · 78d2971b
      Henry Weller authored
        - Avoids the need for the 'OutputFilterFunctionObject' wrapper
        - Time-control for execution and writing is now provided by the
          'timeControlFunctionObject' which instantiates the processing
          'functionObject' and controls its operation.
        - Alternative time-control functionObjects can now be written and
          selected at run-time without the need to compile wrapped version of
          EVERY existing functionObject which would have been required in the
          old structure.
        - The separation of 'execute' and 'write' functions is now formalized in the
          'functionObject' base-class and all derived classes implement the
          two functions.
        - Unnecessary implementations of functions with appropriate defaults
          in the 'functionObject' base-class have been removed reducing
          clutter and simplifying implementation of new functionObjects.
        - The 'coded' 'functionObject' has also been updated, simplified and tested.
        - Further simplification is now possible by creating some general
          intermediate classes derived from 'functionObject'.
      78d2971b
  7. Feb 25, 2016
  8. Nov 23, 2015
    • mattijs's avatar
      ENH: checkMesh: have -writeSets option · 61dd6252
      mattijs authored
      - checkMesh has option to write faceSets or (outside of) cellSets as
      sampledSurface format. It automatically reconstructs the set on the master
      and writes it to the postProcessing folder (as any sampledSurface). E.g.
      
          mpirun -np 6 checkMesh -allTopology -allGeometry -writeSets vtk -parallel
      
      - fixed order writing of symmTensor in Ensight writers
      61dd6252
  9. Nov 17, 2015
    • mattijs's avatar
      ENH: parallel: overhaul of parallel mapping · 916dcb86
      mattijs authored
      - redistributePar to have almost (complete) functionality of decomposePar+reconstructPar
      - low-level distributed Field mapping
      - support for mapping surfaceFields (including flipping faces)
      - support for decomposing/reconstructing refinement data
      916dcb86
    • mattijs's avatar
      ENH: parallel: overhaul of parallel mapping · 436902f5
      mattijs authored
      - redistributePar to have almost (complete) functionality of decomposePar+reconstructPar
      - low-level distributed Field mapping
      - support for mapping surfaceFields (including flipping faces)
      - support for decomposing/reconstructing refinement data
      436902f5
  10. Nov 11, 2015
    • Andrew Heather's avatar
      ENH: Updates to set and surface writers · 11c3654a
      Andrew Heather authored
      - New boundaryData surface writer
      - Moved templated code into separate files
      - Output filenames written to functionObjectState dictionary
      - Ensight surface writer now supports a 'collate times' option [mattijs]
      - Nastran surface writer updated based on user feedback
      11c3654a
    • Andrew Heather's avatar
      ENH: Updates to set and surface writers · c972a375
      Andrew Heather authored
      - New boundaryData surface writer
      - Moved templated code into separate files
      - Output filenames written to functionObjectState dictionary
      - Ensight surface writer now supports a 'collate times' option [mattijs]
      - Nastran surface writer updated based on user feedback
      c972a375
  11. May 26, 2015
  12. Jan 14, 2014
  13. Aug 13, 2013
  14. Apr 12, 2013
  15. Mar 22, 2013
  16. Jan 09, 2013
  17. Nov 16, 2012
  18. Nov 02, 2012
  19. Oct 12, 2012
  20. Jan 27, 2012
  21. Jan 10, 2012
  22. Dec 15, 2011
  23. Sep 12, 2011
  24. Jul 13, 2011
  25. Apr 26, 2011
  26. Jan 26, 2011
    • Mark Olesen's avatar
      ENH: rework surface writers as non-templated classes · 51df389d
      Mark Olesen authored
      - easier (more logical) when adding a new writer
      
      ENH: add surface field  writer for 'starcd' format
      
      - creates *.usr files, which can be read in proSTAR with the 'getuser'
        command, but which can also be parsed directly since the format is
        extremely primitive
      51df389d
  27. Dec 07, 2010
  28. Nov 09, 2010
  29. Apr 01, 2010
  30. Feb 01, 2010
    • mattijs's avatar
      ENH: sampling on triSurfaceMesh · 992344ff
      mattijs authored
      sampledTriSurfaceMesh adds sampling on points/triangles of a triSurface(mesh).
      All values outside mesh are set to 0.
      992344ff
  31. Dec 01, 2009
  32. Aug 25, 2009
  33. Aug 24, 2009
  34. Mar 17, 2009
  35. Mar 16, 2009