Hello, I am new to fenics, in fact I have never used it. I read the tutorial-vol1, and am tempted to download and try it but I wonder if it supports the situation that I am interested in before I spend the time to figure this out.
My main question is that whether fenics can solve PDE on two-dimensional non-flat closed surface, embedded in R^3. For example on surface of sphere or torus. The specific case that I have is not a simple surface like these but I have the nodes and the two-dimensional triangular meshes, connecting these nodes.
After reading the tutorial, maybe the more specific questions are:
- Can fenics upload a given mesh (what is the format of acceptable mesh)?
- If the format of the meshes is not acceptable, how to generate two-dimensional mesh given the nodes of non-flat close surface.
- Does V = FunctionSpace(mesh, āPā, 1) support meshes of non-flat geometry? If it does not, how to do this?
- I assume that as soon as V is generated, the variational form can be generated with the same commands as in the flat geometry case. Let me know if this is true.
It will be great if there are examples that I can look at?
John