mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: foamToVTK attempt finite-area write if -with-ids is specified
- previously filtered on the existence of area fields, but with faMesh::TryNew this is not required anymore. STYLE: enable -verbose for various parallel utilities (consistency)
This commit is contained in:
@ -2443,6 +2443,7 @@ int main(int argc, char *argv[])
|
||||
"Test without writing the decomposition. "
|
||||
"Changes -cellDist to only write volScalarField."
|
||||
);
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addBoolOption
|
||||
(
|
||||
"cellDist",
|
||||
|
||||
Reference in New Issue
Block a user