Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Mar 30, 2022
  3. Mar 25, 2022
  4. Mar 24, 2022
  5. Mar 23, 2022
  6. Mar 17, 2022
  7. Mar 16, 2022
    • Mark OLESEN's avatar
      ENH: limitVelocity, report count and percent of cells/faces (#2414) · 55f287cd
      Mark OLESEN authored
      - percent of cells is taken relative to selection size.
      - percent of faces is taken relative to the number of boundary faces
        that do not fix velocity themselves.
      
      ENH: avoid correctBoundaryConditions() if values were not limited
      55f287cd
    • Mark OLESEN's avatar
      ENH: avoid redundant IOobjectList use · 4495db03
      Mark OLESEN authored
      - areaWrite and fileFieldSelection
      4495db03
    • Mark OLESEN's avatar
      ENH: mergePoints and patch gatherAndMerge improvements (#2402) · 24c0b30d
      Mark OLESEN authored
      - when writing surface formats (eg, vtk, ensight etc) the sampled
        surfaces merge the faces/points originating from different
        processors into a single surface (ie, patch gatherAndMerge).
      
        Previous versions of mergePoints simply merged all points possible,
        which proves to be rather slow for larger meshes. This has now been
        modified to only consider boundary points, which reduces the number
        of points to consider. As part of this change, the reference point
        is now always equivalent to the min of the bounding box, which
        reduces the number of search loops. The merged points retain their
        original order.
      
      - inplaceMergePoints version to simplify use and improve code
        robustness and efficiency.
      
      ENH: make PrimitivePatch::boundaryPoints() less costly
      
      - if edge addressing does not already exist, it will now simply walk
        the local face edges directly to define the boundary points.
      
        This avoids a rather large overhead of the full faceFaces,
        edgeFaces, faceEdges addressing.
      
        This operation is now more important since it is used in the revised
        patch gatherAndMerge.
      
      ENH: topological merge for mesh-based surfaces in surfaceFieldValue
      24c0b30d
  8. Mar 15, 2022
  9. Mar 13, 2022
  10. Mar 12, 2022