On Wed, 23 Jan 2013, Peter Zajac wrote: > I am not applying the constraint matrices inside the assemble_mass() > function. How exactly should I do that?
See the constrain_element_* calls in the example codes. They're usually important in the context of hanging node constraints, but the periodic boundary constraints work the same way. (and any DirichletBoundaries work nearly the same way, if you're currently using penalty Dirichlet BCs and want to switch) --- Roy ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
