Re: [Libmesh-users] output of a vector

2018-12-13 Thread David Knezevic
On Thu, Dec 13, 2018 at 5:05 PM Michael Povolotskyi wrote: > Thank you! > > Do you mean that I have to store the system solution in some copy, then do > what you suggested and restore the solution back? > If you need to keep the solution vector (e.g. for the next time step), then yes, that's what

Re: [Libmesh-users] output of a vector

2018-12-13 Thread Michael Povolotskyi
Thank you! Do you mean that I have to store the system solution in some copy, then do what you suggested and restore the solution back? On 12/13/2018 04:54 PM, David Knezevic wrote: On Thu, Dec 13, 2018 at 4:35 PM Michael Povolotskyi mailto:[email protected]>> wrote: Hello, what

Re: [Libmesh-users] output of a vector

2018-12-13 Thread David Knezevic
On Thu, Dec 13, 2018 at 4:35 PM Michael Povolotskyi wrote: > Hello, > > what is the recommended way to output a vector, previously added to a > system, for visualization? > > thank you! I normally do: *(system.solution) = system.get_vector("vec_name"); and then write out the system as usual.

[Libmesh-users] output of a vector

2018-12-13 Thread Michael Povolotskyi
Hello, what is the recommended way to output a vector, previously added to a system,  for visualization? thank you! ___ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users