On Wed, Apr 7, 2010 at 3:45 AM, Vasilis Vavourakis <[email protected]> wrote: > hello everybody :) > > i know that this is the users area and not the developers one...but i have > built two System classes that solve steady-state and transient (Newmark) > non-linear systems through a Newton-Raphson iterative procedure. > > my question is: how is it possible to attach some few source files of these > system classes through a message post, so that the developers could > review+correct+adapt my source code ...and even if the find them handy to > import them to the next version of libmesh.
The mailing lists usually eat attachments over 40K, so your best bet is to send them to one of the developers directly. It sounds like this code duplicates some existing functionality in Libmesh...we would be much more likely to accept a patch to existing sources which fixes bugs/adds new functionality than a new class which duplicates it. -- John ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
