mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: allow selective disabling of parallel VTK rendering
- in case an individual geometry element has render issues in parallel - additional debug information
This commit is contained in:
committed by
Andrew Heather
parent
be35426f85
commit
e1bd3400ef
@ -97,10 +97,10 @@ Description
|
||||
|
||||
Dictionary controls
|
||||
\table
|
||||
Property | Description | Required | Default
|
||||
type | Type-name: runTimePostProcessing | yes |
|
||||
debug | Additional debug information | no | false
|
||||
parallel | Enable/disable VTK parallel | no | true
|
||||
Property | Description | Required | Default
|
||||
type | Type-name: runTimePostProcessing | yes |
|
||||
debug | Additional debug information | no | false
|
||||
parallel | Allow parallel rendering | no | true
|
||||
\endtable
|
||||
|
||||
SourceFiles
|
||||
@ -163,7 +163,7 @@ class runTimePostProcessing
|
||||
//- Output instance
|
||||
outputType output_;
|
||||
|
||||
//- Parallel rendering
|
||||
//- Allow parallel rendering
|
||||
bool parallel_;
|
||||
|
||||
//- Scene manager
|
||||
@ -221,7 +221,7 @@ public:
|
||||
|
||||
// Member Functions
|
||||
|
||||
//- Parallel rendering
|
||||
//- Allow parallel rendering
|
||||
bool parallel() const
|
||||
{
|
||||
return parallel_;
|
||||
|
||||
Reference in New Issue
Block a user