Re: [deal.II] How to visualise the simulation output in vtk format on a one dimensional mesh?

2020-03-15 Thread Wolfgang Bangerth
On 3/15/20 1:50 PM, Krishnakumar Gopalakrishnan wrote: It looks like both paraview and VTK can only visualise 2D/3D meshes? What's the best way to visualise 1D outputs? Same as before -- have you actually tried this? Because I think they do just fine with 1d solutions! Best W. -- --

Re: [deal.II] Deal.II on Docker

2020-03-15 Thread Reza Rastak
Hi Robert, Please take a look at the dealii docker images that I built. They are updated weekly based on the latest master branch of dealii. It also includes a docker image built from the libdealii.ii-dev ubuntu package installed on ubuntu 18.04. I use these images to perform automated testing

[deal.II] How to visualise the simulation output in vtk format on a one dimensional mesh?

2020-03-15 Thread Krishnakumar Gopalakrishnan
Using deal.ii, I got the results of a time-dependent 1D diffusion equation written to disk as a set of .vtu files (one per time-step). It looks like both paraview and VTK can only visualise 2D/3D meshes? What's the best way to visualise 1D outputs? Regards, Krishna -- The deal.II project is

Re: [deal.II] Accessing a particular boundary in one-dimensional case

2020-03-15 Thread Krishnakumar Gopalakrishnan
Have you tried this? I think it should work, but it will be faster for you (and for us) if you just played with stuff and tried whether it actually works :-) - Yay! That actually worked. Thank you all the help. I now have some working code to start with. Regards, Krishna On Fri, 13 Mar 20