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

Retrieving the solution on the interface of two subdomians

+1 vote

Dear all,

I am trying to solve an elasticity problem on a domain() with two different materials. I have the solution. But I have problem trying to get the solution just on the interface of the two subdomains and plotting the solution.

Take the official example "demo_subdomains-poisson.py" for instance, how should I modify it so that I can achieve the above goal? (In the example the unknown is a scalar function instead of a vector-valued function.) The code of the example can be found at:

http://fenicsproject.org/documentation/dolfin/1.6.0/python/demo/documented/subdomains-poisson/python/documentation.html

Thank you very much for your attention.

asked Mar 18, 2016 by Riemannstein FEniCS Novice (210 points)
...