Hi, I was wondering if there is something special that needs to be specified in order to use LEGENDRE FE basis functions for say diffusion problems. I am particularly interested in basis functions that are orthogonal to each other by nature since it simplifies the mass matrix structure. Hence, when I try to create elements with legendre basis, I end up with a runtime error because all the functions in FEInterface class never have a switch statement for LEGENDRE option.
So my question is, can I use LEGENDRE basis at all for non-infinite elements ? Would it require a lot of work to add this support ? Or is there a deeper reason why this was intentionally left out of the implementation and was written only for infinite elements alone ? Thanks for the help in advance. Vijay ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
