visualization for stress and displacement simultaneously

Asked by Shiyuan

Hi all,
      I have an application which calculates the displacement and stress. Now I want to wrap the mesh with the displacement and at the same time color it using the stress magnitude. Any examples I can look up or any advice? Thanks.

Shiyuan

Question information

Language:
English Edit question
Status:
Solved
For:
FEniCS Project Edit question
Assignee:
No assignee Edit question
Solved by:
Shiyuan
Solved:
Last query:
Last reply:
Revision history for this message
Joachim Haga (jobh) said :
#1

This is not possible. You should save as pvd or xdmf and use paraview. In
dolfin, you'll have to use two windows; maybe a combination of
mode=displacement, and mode=color for the stress, and then hold the s key
pressed to synchronize views.
Den 1. feb. 2013 05:50 skrev "Shiyuan" <email address hidden>
følgende:

> New question #220724 on FEniCS Project:
> https://answers.launchpad.net/fenics/+question/220724
>
> Hi all,
> I have an application which calculates the displacement and stress.
> Now I want to wrap the mesh with the displacement and at the same time
> color it using the stress magnitude. Any examples I can look up or any
> advice? Thanks.
>
> Shiyuan
>
> --
> 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
Shiyuan (gshy2014) said :
#2

Can we put two finite element functions which are defined on the same mesh into one file? Thanks.

Revision history for this message
Garth Wells (garth-wells) said :
#3

On 1 February 2013 17:41, Shiyuan <email address hidden> wrote:
> Question #220724 on FEniCS Project changed:
> https://answers.launchpad.net/fenics/+question/220724
>
> Status: Answered => Solved
>
> Shiyuan confirmed that the question is solved:
> Can we put two finite element functions which are defined on the same
> mesh into one file? Thanks.
>

At present, no.

We'll probably add this soon.

Garth

> --
> You received this question notification because you are a member of
> FEniCS Team, which is an answer contact for FEniCS Project.