On Tue, 11 Nov 2008, Kirk, Benjamin (JSC-EG) wrote:

> Pass in a standard 6-noded quadratic triangulation which discretuzes the
> manifold.
> 
> Declare a 'geometry system' which uses some C1 fe basis (clough-tocher
> does come to mind...).

Clough-Tocher may not be ideal.  Since they're not h-hierarchic, you
can't refine without (very slightly) changing the result.  That's not
a problem for my applications but it may be for this one.

I'd suggest implementing Argyris or Powell-Sabin-Heindl elements
instead.

But (and this is embarrassing, since I know some of these elements
started out precisely for use in geometric approximation) I'm not
certain what your global degrees of freedom would look like this way.
Right now we assume that "x" and "y" are well defined globally by the
Lagrange mapping, and we have C1 global dofs that are gradients or
fluxes in xy space.  How does that work if "x" and "y" are only
defined by the C1 mapping?  xi and eta aren't well defined globally,
and I don't see how to define something similar without making
limiting assumptions that wouldn't handle arbitrary manifold
topologies.

> Since he is solving on a manifold, the memory used is probably
> acceptable...

Certainly.
---
Roy

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to