Got to love a video that starts with the flown blown equations! And then gets to a tractable problem. How long does it take to generate the data for those animations.
For this simulation, on 1x AMD MI210 GPU, it takes 5 microseconds per time step at double precision. Each frame is 50 time steps apart and we have a few hundred frames. It's only a few seconds to run the simulation and generate the video.
Estas son las ecuaciones lineales de aguas someras con rotación, lo que da lugar a algunas ondas bastante interesantes. Visualizamos los resultados utilizando "pyvista". Hemos incluido un paquete llamado "pyself" con nuestro software (github.com/fluidNumerics/self) que se encarga de mapear todo a estructuras de datos de pyvista para la visualización.
super cool video!
Thanks
You're welcome! We're glad you found it helpful.
Got to love a video that starts with the flown blown equations! And then gets to a tractable problem. How long does it take to generate the data for those animations.
For this simulation, on 1x AMD MI210 GPU, it takes 5 microseconds per time step at double precision. Each frame is 50 time steps apart and we have a few hundred frames. It's only a few seconds to run the simulation and generate the video.
interesante, bien diferentes a shallow water waves, por cierto como hizo para generar la animación desde fortran?
Estas son las ecuaciones lineales de aguas someras con rotación, lo que da lugar a algunas ondas bastante interesantes. Visualizamos los resultados utilizando "pyvista". Hemos incluido un paquete llamado "pyself" con nuestro software (github.com/fluidNumerics/self) que se encarga de mapear todo a estructuras de datos de pyvista para la visualización.