> I am looking at trying to implement the finite element solution of MHD
> equations using dealii and would need to be able to use a hermite element. 

Are these the elements that have values and gradients as degrees of freedom in 
each vertex? Baerbel Janssen has implemented the Adini element that does 
something similar I believe.

Do you plan on using this for a mesh with only rectangular cells, or does it 
have general, unstructured meshes? The difficulty with all of these elements 
that have derivatives as degrees of freedom is the transformation from 
reference to real cell since the xi_1 derivative may be the x_1 derivative on 
one cell that is a rectangle parallel to the coordinate axes, but may be the 
derivative in an entirely different direction if the neighboring cell is not a 
rectangle.

Best
 W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to