Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 30, 2016
  3. Nov 29, 2016
    • Mark Olesen's avatar
      ENH: change UnsortedMeshedSurface -> meshedSurface for sampledTriSurfaceMesh · 8b75035f
      Mark Olesen authored
      - all sampled surface types now consistently use the same storage,
        which allows some more simplifications in the future.
      
      - before/after comparison of the sampledTriSurfaceMesh tested with
        motorbike passenger helmet (serial and parallel). Use the newly added
        'keepIds' functionality to retain the original ids, and can also
        compare them to the original obj file with "GenerateIds" in paraview.
      8b75035f
    • Mark Olesen's avatar
      ENH: change from triSurface to meshedSurface storage for iso-surfaces · 3c41b80b
      Mark Olesen authored
      - this makes it easier to reuse the code, and sampledSurface expect
        a face (not a labelledFace), so this also eliminates a translation
        level and simplifies memory management.
      
      - before/after comparison of the sampled iso-surfaces tested with
        iso-surfaces from interFoam/RAS/angledDuct tutorial (serial and
        parallel)
      3c41b80b
  4. Dec 15, 2016
  5. Dec 14, 2016