contour plot using FEniCs

Asked by dejene

Can any one who wants to help me please. Every answer is appreciated.

I created a mesh using finite element mesh generator called Gmsh and used to solve my PDE problem using FEniCs , python version. And interested to see the contour plot of my solution. If my mesh has a structured gird , it is okay, because the FEniCs tutorial has information on that. But now my mesh has not have a structured gird.
 Is there any means to do that. How can I do that?

 I waiting your answer and very thank you for your answer

Question information

Language:
English Edit question
Status:
Solved
For:
FEniCS Project Edit question
Assignee:
No assignee Edit question
Solved by:
Johan Hake
Solved:
Last query:
Last reply:
Revision history for this message
Best Johan Hake (johan-hake) said :
#1

You can save your solution using ParaView (vtk) format and generat such plots in ParaView.

Johan

On Jul 23, 2011, at 15:46, dejene <email address hidden> wrote:

> New question #165790 on FEniCS Project:
> https://answers.launchpad.net/fenics/+question/165790
>
> Can any one who wants to help me please. Every answer is appreciated.
>
> I created a mesh using finite element mesh generator called Gmsh and used to solve my PDE problem using FEniCs , python version. And interested to see the contour plot of my solution. If my mesh has a structured gird , it is okay, because the FEniCs tutorial has information on that. But now my mesh has not have a structured gird.
> Is there any means to do that. How can I do that?
>
> I waiting your answer and very thank you for your answer
>
> --
> You received this question notification because you are a member of
> FEniCS Team, which is an answer contact for FEniCS Project.

Revision history for this message
dejene (love-ok54) said :
#2

Thanks Johan Hake, that solved my question.