openfoam/applications/test/parallelOverset
Mark Olesen cf2b305b4f ENH: upgrade to use some C++17 constructs
- 'if constexpr (...)'
   * instead of std::enable_if
   * terminate template recursion
   * compile-time elimination of code

- use C++14 '_t', '_v' versions,
  eg, std::is_integral_v<T> instead of std::is_integral<T>::value

- std::begin, std::end, std::void_t instead of prev stdFoam versions

- provide is_contiguous_v<..> as short form of is_contiguous<..>::value
  with the additional benefit of removing any cv qualifiers.

ENH: include is_rotational_vectorspace trait

- tests for vector-space and nComponents > 1 (ie, not sphericalTensor)

ENH: improve robustness of pTraits_.. tests by removing cv qualifiers
2025-01-31 09:51:44 +01:00
..
heatTransfer RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
Make ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
createFields.H ENH: add read guard for dimensionedType constructors (#762) 2018-11-20 15:14:10 +01:00
laplacianDyMFoam.C STYLE: more consistency in writeEntry() signatures 2024-05-28 17:50:03 +01:00
write.H ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00