openfoam/applications/test/PatchFunction1
Mark Olesen 1d85fecf4d ENH: use Zero when zero-initializing types
- makes the intent clearer and avoids the need for additional
  constructor casting. Eg,

      labelList(10, Zero)    vs.  labelList(10, 0)
      scalarField(10, Zero)  vs.  scalarField(10, scalar(0))
      vectorField(10, Zero)  vs.  vectorField(10, vector::zero)
2018-12-11 23:50:15 +01:00
..
Make Feature patch function1 2018-10-29 09:44:31 +00:00
function1Properties STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
MappedField.C Feature patch function1 2018-10-29 09:44:31 +00:00
MappedField.H Feature patch function1 2018-10-29 09:44:31 +00:00
MappedFieldI.H Feature patch function1 2018-10-29 09:44:31 +00:00
Test-PatchFunction1.C ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00