openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00
ccm STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
cfx4ToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
datToFoam STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
fireToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
fluent3DMeshToFoam STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
fluentMeshToFoam ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00
foamMeshToFluent STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
foamToFireMesh STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
foamToStarMesh STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
foamToSurface STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
gambitToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
gmshToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
ideasUnvToFoam STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
kivaToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
mshToFoam STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
netgenNeutralToFoam STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
plot3dToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
star4ToFoam STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
tetgenToFoam ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
vtkUnstructuredToFoam ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
writeMeshObj ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00