Order of ripley element

Asked by Zhi Li

Hi everyone,

I used Brick function in ripley to build domain for my problem. Supposed everything is correct, then what's the order of convergence of numerical solution?

Best Regards,
Zhi Li

Question information

Language:
English Edit question
Status:
Solved
For:
esys-escript Edit question
Assignee:
No assignee Edit question
Solved by:
Lutz Gross
Solved:
Last query:
Last reply:
Revision history for this message
Best Lutz Gross (l-gross) said :
#1

ripley.Brick elements are of order one. Convergence order depends on the smoothness of the solution but in general assuming the solution is in H^2 you should get O(h) in the H^1 or O( h^2) in the L^2 norm (h = mesh size)

Revision history for this message
Zhi Li (reachless) said :
#2

Thanks Prof. Lutz Gross!

Revision history for this message
Zhi Li (reachless) said :
#3

Thanks Lutz Gross, that solved my question.