Hello again :)

I am using the following to visualize the results during computation:

Resolution {
 { Name litt_vis3D ;
   System {
    { Name A ; NameOfFormulation litt ; }
   }
   Operation {
    InitSolution[A];
    TimeLoopTheta[tmin, tmax, dt, 1] {
      Generate[A]; Solve[A]; SaveSolution[A];
      PostOperation[print_3D];
    }
   }
 }
}

PostOperation {
 { Name print_3D; NameOfPostProcessing litt_pos;
 Operation {
  Print [ T, OnElementsOf Domain, File "T.pos", LastTimeStepOnly ];
  }
 }
}

And what I get is a new View[i] i=0,1,... for every time step. But I need
to clip (or plugin CutPlane) the views to see what's going on. Is it
possible to automatically merge all the time steps into one view? Or
alternatively to automatically clip the new views and delete the old ones?

Thank you for your help,
Max Meyer (ITWM)

> Hi Max
>
> Yes, just include SaveSolution in the time loop. Maybe add
> 'lasttimesteponly' in the postprocessing (check with manual).
>
> KR Lars
>
> -----Oprindelig meddelelse-----
> Fra: [email protected]
> [mailto:[email protected]] På vegne af
> [email protected]
> Sendt: 25. maj 2012 15:08
> Til: [email protected]
> Emne: [Getdp] Visualize the already computed time-steps while overall
> computation is still going on
>
> Hi everybody,
>
> is it possible to have a look (via gmsh) at the time-steps that have
> already been computed, while the overall computation is still solving the
> latter steps?
>
> Thanks,
> Max Meyer (ITWM)
>
>
> _______________________________________________
> getdp mailing list
> [email protected]
> http://www.geuz.org/mailman/listinfo/getdp
>



_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to