Skip to content
Snippets Groups Projects
  1. Jun 12, 2016
    • Henry Weller's avatar
      functionObjects: renamed faceSource -> surfaceRegion, cellSource -> volRegion · 83321bd4
      Henry Weller authored
      The use of the term 'source' in the context of post-processing is
      confusing and does not properly describe the process of region
      selection.  The new names 'surfaceRegion' and 'volRegion' better
      describe the purpose of the functionObjects which is to provide field
      processing functionality limited to a specified region of space, either
      a surface or volume.
      
      The keyword 'source' is renamed 'regionType' which better describes the
      purpose which is to specify the method by which the surface or volume
      region is selected.
      
      The keyword to select the name of the surface or volume region is
      renamed from 'sourceName' to 'name' consistent with the other
      name-changes above.
      83321bd4
    • Henry Weller's avatar
      checkMesh: Added writing of faceSets and cellSets containing errors · e2336fef
      Henry Weller authored
      In parallel the sets are reconstructed. e.g.
      
      mpirun -np 6 checkMesh -parallel -allGeometry -allTopology -writeSets vtk
      
      will create a postProcessing/ folder with the vtk files of the
      (reconstructed) faceSets and cellSets.
      
      Also improved analysis of disconnected regions now also checks for point
      connectivity with is useful for detecting if AMI regions have duplicate
      points.
      
      Patch contributed by Mattijs Janssens
      e2336fef
  2. Jun 11, 2016
  3. Jun 10, 2016
  4. Jun 09, 2016
  5. Jun 08, 2016