Commit Graph

16 Commits

Author SHA1 Message Date
988e4cad7f BOT: Added OpenCFD copyright prior to transfer - moved files 2019-02-06 14:22:42 +00:00
b921ae298e BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
591a1a0c68 ENH: improve memory allocations for explicit connections (issue #805)
STYLE: change access methods names in mesh wave algorithms

- nUnvisitedCells(), nUnvisitedFaces() etc instead of
  getUnsetCells(), getUnsetFaces()

- simplify some coding with range-for
2018-04-23 10:37:24 +02:00
96ad725a0b Updated UPstream::commsTypes to use the C++11 enum class 2017-03-10 19:54:55 +00:00
67de20df25 Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
43beb06018 Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
c4d5f65a10 Completed update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
d5414b12b6 ENH: PointEdgeWave: handle collocated points in new structure 2013-06-05 09:19:58 +01:00
944b8d438b Reformat "template <..." to template<"
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:09 +00:00
3b637a0d54 BUG: PointEdgeWave: incorrect indexing in handleCollocatedPoints 2013-01-17 14:55:13 +00:00
868a090243 BUG: snappyHexMesh: synchronisation when patch edges align with processor edges 2013-01-16 17:08:26 +00:00
685e885d81 COMP: patchDist: renamed to patchPatchDist 2013-01-07 16:25:18 +00:00
db89978ade Updated headers for Laurence and Andy 2012-12-17 11:42:00 +00:00
0d9a532a4a STYLE: Correct typo and add more debug information 2012-12-11 16:59:02 +00:00
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
cf8ad3d936 ENH: cyclicAMI: handle FaceCellWave (e.g. wall distance) 2011-11-15 10:29:59 +00:00