On Thu, 28 Sep 2017, Manav Bhatia wrote:

 I noticed that Legendre functions are available in the code for
 infinite FE approximations. I am curious if Legendre functions are
 also available for DG solutions in libMesh.

I'm afraid not.

 If not, how much effort would it be to migrate the infinite FE
 implementation of Legendre polynomials for this purpose?

Implementing the 1D polynomials themselves isn't hard; the trouble is
getting the indexing right in 2D and 3D.  The MONOMIAL implementation
would be the closest to what you want, if you'd like to try adapting
it.
---
Roy

------------------------------------------------------------------------------
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
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to