On Wed, 26 Sep 2012, Andrew E Slaughter wrote: > Is there a reason that when using the System::project_solution command with > a FunctionBase object that the time variable is always set to zero? It > occurs on Line 490 of system_projection.C. If there is a reason, why is the > time variable included at all? It seems to me that this should be changed > to the system.time variable.
The original System::project_* APIs took pointer-to-function data with a function signature that didn't accept a time argument; when updating the API to allow more general functors I simply didn't make full use of that generality. line 490 (and a few dozen other lines with the same problem) should be fixed as of svn r6118; please give that a try. Thanks, --- Roy ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
