On Mon, 12 Jan 2009, David Knezevic wrote: > You should set system.assemble_before_solve = false to tell libMesh not > to reassemble the system matrix each time you call solve(). Instead, > you'll have to call your matrix assemble function yourself just once > (before you try to solve, of course). Also, define a separate assembly > function for the right-hand side and you can call that each time you > need a new rhs.
Ah, I forgot about that. Ignore everything I said about adding your own booleans. Thanks! --- Roy ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
