This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Dump data in vtk

+1 vote

Hi, I have problem in dumping data in vtk format.

I have used

conc_f = File("conc.pvd")
conc_f << k
k.rename("k", "k")

after doing this it is saving in solid colour, Is there any way to change to colour scheme as in plot.
Note: plot is in 3D

Thanks in advance

asked Feb 23, 2017 by hirshikesh FEniCS User (1,890 points)

1 Answer

0 votes
 
Best answer

Hi, see this post. I guess you are facing the same issue. If not, please present a minimal working example to clarify your question.

answered Feb 23, 2017 by jmmal FEniCS User (5,890 points)
selected Feb 27, 2017 by hirshikesh

Thanks for the Help, it works.

...