On Tue, 1 Dec 2009, Derek Gaston wrote: > Personally though... if you're going to go this far with it... how > about fleshing out FunctionBase so that it has gradient() and > hessian() functions... and then making ExactSolution inherit from > that? We need to find _one_ way to specify "Function" objects in > libMesh....
This sounds like a very good idea. A very flexible one, too. Those gradient and hessian functions could default to finite-differencing implementations, for instance, but be overridable with analytics. Or better yet, this could be the first place we experient with Sacado integration... --- Roy ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
