Thank you. Are the codes discussed in the slides available ? praveen
On Wed, Aug 28, 2013 at 7:43 PM, Kirk, Benjamin (JSC-EG311) < [email protected]> wrote: > On Aug 28, 2013, at 8:57 AM, Praveen C <[email protected]> > wrote: > > > > > with one small mass matrix per element. I can then solve at element level > > using cholesky_solve function available in DenseMatrix. But where do I > > store this matrix ? Is it good to store it in the parameters and then > > access it in the assemble function ? > > I am not sure how you are providing your assembly code to libmesh, but for > a few years now the best practice is for you to define an assembly class > that libMesh can call back to. This is much more flexible than the > function pointer approach, but because of inertia is not as well documented > in the examples. You can then store arbitrary data in your assembly class > and not have to shoehorn parameters. > > > For a good example, see pg. 104-123, > https://github.com/libMesh/libmesh/wiki/documents/presentations/2013/prace_shortcourse_2013.pdf > > -Ben > > ------------------------------------------------------------------------------ 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
