#include "FEDataStructures.h" #include #include #include #ifdef USE_CATALYST #include "FEAdaptor.h" #endif #include #include // Example of a C++ adaptor for a simulation code // where the simulation code has a fixed topology // grid. We treat the grid as an unstructured // grid even though in the example provided it // would be best described as a vtkImageData. // Also, the points are stored in an inconsistent // manner with respect to the velocity vector. // This is purposefully done to demonstrate // the different approaches for getting data // into Catalyst. The simulation can be run // from a restarted time step with the // -- restart