-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In-Situ visualization #475
Comments
- Fixed bad export of pvd meta-files. Data grouping through this files now works; File is correctly removed at each simlation restart; - Fixed bad meta-file generation when using XML Multi block parallel writer (writing exclusion must be done manually); - Fixed meta-file non parallel version. Issue #475: - Fixed transmission of time steps to Paraview through Catalyst. Other: - Added a define in timeset.hpp to remember the index of the first time step.
@aancel Is it possible to use insitu visualisation with multi exporter. In my fsi code, I have two exporter, one for the fluid, another one for structure. And when I run insitu visu in this case, I have this error :
|
Indeed, I haven't tested this configuration yet. |
Ok, thank's. |
@vincentchabannes Ok I had a look and what I thought would be the problem is not the problem in fact. |
Yes, I have 2 exporters, one 2d and another one 1d (with a RealDim 2d). I am at the airport of Paris and quite tired, thus not operational to give you an example now. We will see that at FUD. Maybe I do a mistake and also I haven't updated your last changes. |
mesh.hpp: - Use class member to get number of points per element Issue #474: - Fixed 3D case mesh - Improve memory handling Issue #475: - Updated base C++ code for In-situ to correctly set output - Added --exporter.vtk.insitu.save to export data to disk when doing in-situ visualization - Added file extension in CMakeLists
@vincentchabannes I added the option |
mesh.hpp: - Use class member to get number of points per element Issue #474: - Fixed 3D case mesh - Improve memory handling Issue #475: - Updated base C++ code for In-situ to correctly set output - Added --exporter.vtk.insitu.save to export data to disk when doing in-situ visualization - Added file extension in CMakeLists
Implement In-situ visualization using Paraview/catalyst and the VTK format (see Issue #474)
The text was updated successfully, but these errors were encountered: