BUG: collated ensight not working with isosurfaces (closes #318)

- the problem arises since the various surface writers are stateless.
  The collated output format hacks around this limitation by adding in
  its own fieldDict caching (to disk).

  Now include an updateMesh() method to hook into geometry changes.
  This is considered a stop-gap measure until the surface output
  handling is improved.
This commit is contained in:
Mark Olesen
2018-05-07 16:59:15 +02:00
parent b0648f2ba0
commit 01a313d889
11 changed files with 223 additions and 71 deletions

View File

@ -52,6 +52,7 @@ runTimeModifiable true;
functions
{
#include "sampling"
// #include "samplingDebug"
}

View File

@ -21,6 +21,7 @@ debug
ensight
{
collateTimes true;
// collateTimes false;
}
}