ENH: build dummy runTimePostProcessing if VTK/ParaView are not available

- this allows more use of the runTimePostProcessing functionObject
  that will fail more gracefully if the proper version could not be
  built.

  The dummy functionObject simply emits a message that it is not available.
This commit is contained in:
Mark Olesen
2018-12-15 18:08:51 +01:00
parent dd2c7c4894
commit d1caaa0529
11 changed files with 284 additions and 64 deletions

View File

@ -52,8 +52,8 @@ maxCo 0.2;
functions
{
// #include "sampling"
// #include "runTimePostProcessing"
#include "sampling"
#include "runTimePostProcessing"
}
// ************************************************************************* //