Hello I have written an explicit dg code using TransientExplicitSystem. If I want to solve
Me*unew_e = Me*uold_e + dt*R My assemble class does this (1) Loop over elements and compute Me*uold_e + dt*R into system.rhs (2) Loop over elements and solve Me per element and update system.rhs. At this stage system.rhs contains uold_e + Me^(-1)*dt*R Then I call system.solve () But I find that the solution is not changing at all from the initial condition. I am confused as to what the solve function actually does. Thanks praveen ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
