On Mon, 6 Feb 2012, David Knezevic wrote: > I'd like to use a DG version of the Lagrange shape functions. This is > pursued, for example, in the book "Nodal Discontinuous Galerkin Methods" > by Hesthaven and Warburton. > > Is there interest in this FE type being available in the library?
I'd think so. > It seems like the only change from the standard Lagrange code may be > to just change get_continuity() to return DISCONTINUOUS? No; that'll just give you a buggy version of continuous Lagrange FE. ;-) Off the top of my head, you'll also need to move the shape functions to the Elem off the nodes, and change the n_dofs_on* function specializations accordingly. --- Roy ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
