|
|
12c91b9472
|
STYLE: check autoPtr as plain bool instead of valid()
- cleaner code, more similarity with unique_ptr
Now
if (ptr)
if (!ptr)
instead
if (ptr.valid())
if (!ptr.valid())
|
2020-07-16 11:39:24 +02:00 |
|
|
|
e9219558d7
|
GIT: Header file updates
|
2019-10-31 14:48:44 +00:00 |
|
|
|
5d445f4ed6
|
ENH: suppress cell/patch/proc ids for foamToVTK (#1230)
- reduces output size, consistent with vtkWrite function object
STYLE: mark some foamToVTK options as advanced (ie, visible with -help-full)
|
2019-03-11 11:02:58 +01:00 |
|
|
|
2a1d0f36ec
|
ENH: new foamToVTK output option -processor-fields
- write values of processor boundaries only, for diagnostic purposes.
- parallel only, and non-legacy format only
|
2019-01-14 17:32:07 +01:00 |
|