openfoam/applications/utilities/mesh/manipulation/checkMesh
Mark Olesen e42c228155 ENH: cleanup List constructors (issue #725)
- add copy construct from UList

- remove copy construct from dissimilar types.

  This templated constructor was too generous in what it accepted.
  For the special cases where a copy constructor is required with
  a change in the data type, now use the createList factory method,
  which accepts a unary operator. Eg,

      auto scalars = scalarList::createList
      (
          labels,
          [](const label& val){ return 1.5*val; }
      );
2018-02-08 08:53:14 +01:00
..
Make ENH: checkMesh: output vol fields of mesh quality. Fixes #466. 2017-05-08 10:50:59 +01:00
checkGeometry.C ENH: cleanup List constructors (issue #725) 2018-02-08 08:53:14 +01:00
checkGeometry.H checkMesh: Added option to write sets 2016-07-22 16:53:49 +01:00
checkMesh.C ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
checkMeshQuality.C checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
checkMeshQuality.H checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
checkTools.C ENH: checkMesh: handle label overflow. Fixes #617. 2017-10-11 09:22:23 +01:00
checkTools.H checkMesh: Added option to write sets 2016-07-22 16:53:49 +01:00
checkTopology.C STYLE: use range-for in checkTopology.C 2017-12-19 12:44:10 +01:00
checkTopology.H COMP: checkMesh: missing header 2017-09-07 09:42:03 +01:00
writeFields.C COMP: compilation with WM_SP 2017-06-26 17:11:46 +02:00
writeFields.H ENH: checkMesh: output vol fields of mesh quality. Fixes #466. 2017-05-08 10:50:59 +01:00