Mark Olesen
d58c142404
ENH: use restricted dictionary lookup for utilities (issue #762 )
...
- get<label>, get<scalar> instead of readLabel, readScalar, etc.
2018-07-24 08:08:30 +02:00
Mark Olesen
6b6b36afd3
STYLE: revert bitSet/HashSet setMany() to set() method (issue #837 )
...
- improves backward compatibility and more naming consistency.
Retain setMany(iter1, iter2) to avoid ambiguity with the
PackedList::set(index, value) method.
2018-05-29 17:38:02 +02:00
Mark Olesen
428f746c68
STYLE: include temperature (T) in the default paraFoam pre-selection
2018-04-12 13:51:51 +02:00
Mark Olesen
d17bc72585
ENH: consistency of HashSet setMany(), insertMany() with packed-list version
...
- this also provides a better separation of the intent
(ie, inserting a single value, or inserting multiply values)
2018-03-14 21:08:29 +01:00
Mark Olesen
f385e3b984
ENH: finiteArea support for paraview reader plugin (paraFoam)
2017-12-06 15:10:11 +00:00
Andrew Heather
fb20bc107e
INT: Updated dependent code following latest set of integrations
2017-09-06 16:05:12 +01:00
Mark Olesen
05aa701c15
ENH: handle all lagrangian fields in pv reader (issue #585 )
...
- previous only checked for clouds at the last instance and only
detected lagrangian fields from the first cloud.
Now check for clouds at all instances and detect all of their fields
as well.
2017-09-12 11:38:05 +02:00
Mark Olesen
3f6e130c91
STYLE: flatten PVReaders directory structure
2017-08-02 11:19:57 +02:00