openfoam/applications/utilities/mesh/manipulation/moveDynamicMesh
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: use meshedSurf API for surface writers (issue #104) 2016-08-10 15:41:24 +02:00
moveDynamicMesh.C ENH: cleanup List constructors (issue #725) 2018-02-08 08:53:14 +01:00