On Fri, Oct 7, 2016 at 12:36 PM, Rossi, Simone <[email protected]> wrote:
>
> I’d like to extend my libmesh-based reaction-diffusion solver to a surface
> solver,
> taking the trace of the 3D shape functions on the surface mesh.
> Before I start implementing a new element,
> do you have any suggestion on how to approach it?
>

If you're only solving on the surface, you can create a two-dimensional
manifold mesh and pose the PDE on that. libMesh computes the correct
element Jacobians in this case and you have access to both reference and
physical element coordinate derivatives during assembly. This is what I do
for things like membrane problems.

HTH,

Paul
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to