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

The heat source in a complex geometry.

0 votes

Hello,

I want to add a heat source inside the mesh. I have two sources of heat. In geo file implemented as follows:

Physical Surface(15) = {13}; // first heat source
Physical Line(20) = {8}; // second heat source

How to implement it in my code, if the sources are within the mesh?

asked Nov 10, 2015 by BoRP FEniCS Novice (190 points)
...