Skip to content

How can i derive interpolated value at nodal points? #1160

Answered by kinnala
HoseongJeong asked this question in Q&A
Discussion options

You must be logged in to vote

I will describe a conceptual idea for postprocessing of the stress and later some code on how to solve it.

Let $V_h$ be the finite element space for the displacement $\underline{u}_h$. This is a vector-valued finite element space,
for example, ElementVector(ElementTriP1()). If you have performed solid FEA you should already have the DOF vector corresponding to $\underline{u}_h$.

In the continuous setting, the stress $\underline{\underline{S}}$ is defined by $\underline{\underline{S}}(\underline{u}) = 2 \mu \underline{\underline{E}}(\underline{u}) + \lambda \mathrm{tr} \underline{\underline{E}}(\underline{u}) \underline{\underline{I}}$ where $\underline{\underline{E}}(\underline{u}) = \fra…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@HoseongJeong
Comment options

@kinnala
Comment options

@kinnala
Comment options

@kinnala
Comment options

Answer selected by HoseongJeong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants