openfoam/applications/utilities/mesh/manipulation/checkMesh
Mark Olesen 181c974b11 ENH: improved sample surfaces and surface writers (#1206)
- The writers have changed from being a generic state-less set of
  routines to more properly conforming to the normal notion of a writer.
  These changes allow us to combine output fields (eg, in a single
  VTK/vtp file for each timestep).

  Parallel data reduction and any associated bookkeeping is now part
  of the surface writers.
  This improves their re-usability and avoids unnecessary
  and premature data reduction at the sampling stage.

  It is now possible to have different output formats on a per-surface
  basis.

- A new feature of the surface sampling is the ability to "store" the
  sampled surfaces and fields onto a registry for reuse by other
  function objects.

  Additionally, the "store" can be triggered at the execution phase
  as well
2019-02-07 18:11:34 +01:00
..
Make ENH: checkMesh: output vol fields of mesh quality. Fixes #466. 2017-05-08 10:50:59 +01:00
checkGeometry.C ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkGeometry.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkMesh.C ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkMeshQuality.C ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkMeshQuality.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTools.C ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTools.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTopology.C ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTopology.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
writeFields.C ENH: checkMesh: write correct faceWeights. Fixes #1099. 2019-01-31 15:28:01 +00:00
writeFields.H STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00