openfoam/applications
Mark Olesen faaa93fdb5 ENH: add IOobjectList::findObject() method
- naming similar to objectRegistry, with unambiguous resolution.
  The lookup() methods have different return types depending on the
  calling parameter.

STYLE: use IOobjectListTemplates.C for implementations

- previously included as local definition within IOobjectList.C,
  but will be adding more templated methods soon.

- adjust parameters (eg, matchName instead of matcher) to show their
  function

ENH: handle objectRegistry::names<void>(...)

- this is equivalent to no Type restriction, and can be used when
  filtering names. Eg,

     obr.names<void>(wordRe..);
2018-11-09 21:57:55 +01:00
..
solvers STYLE: indentation for FatalIOErrorInFunction calls 2018-11-06 09:49:22 +01:00
test ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
utilities ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00