[Nek5000-users] RE : Visualizing moving meshes in VisIT

nek5000-users at lists.mcs.anl.gov nek5000-users at lists.mcs.anl.gov
Fri Jun 4 10:40:22 CDT 2010


Hi Markus,

I managed to get the moving mesh in VisIt by changing a line in the input plugin source code.

You can easily download the source on VisIt website  (you can also find some plugin compilation documentation there) and then recompile the plugin after having done the following : 

in function GetMesh() change the last line from  : 
                          timestepToUseForMesh = 0; 
to : 
                          timestepToUseForMesh = ts;

That works for me with VisIt 1.12.1

hth,


Michael B
________________________________________
De : nek5000-users-bounces at lists.mcs.anl.gov [nek5000-users-bounces at lists.mcs.anl.gov] de la part de nek5000-users at lists.mcs.anl.gov [nek5000-users at lists.mcs.anl.gov]
Date d'envoi : vendredi 4 juin 2010 15:24
À : nek5000-users at lists.mcs.anl.gov
Objet : [Nek5000-users] Visualizing moving meshes in VisIT

Frank, Hank,

I am interested in visualizing moving meshes in VisIT. From previous
posts, I read that you are working on that. Is it usable yet and how do
I go about it?

Thanks,
Markus
_______________________________________________
Nek5000-users mailing list
Nek5000-users at lists.mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users



More information about the Nek5000-users mailing list