On Mon, 6 Feb 2012, Roy Stogner wrote:

>
> On Mon, 6 Feb 2012, Kirk, Benjamin (JSC-EG311) wrote:
>
>> Anyone got a snippet showing how to use the contributed fparser?
>> 
>> We'd love to add that capability to some application code here...
>
> I'm going to put it into an example, but probably not until after the
> System::project_vector changes are committed.  That latter should be
> this afternoon or tonight unless anyone pipes up with a problem or
> objection.

A bit more delay on this - fparser isn't thread-safe by default, and
the new project_vector functor interface doesn't play with it in a
thread-safe way.  For this and other reasons I'm going to break down
and add a FunctionBase::clone() method.  Anyone have preferences as to
whether this method should be pure virtual (breaking backwards
compatibility for users with FunctionBase subclasses) or have a
libmesh_not_implemented() default (causing runtime breakage when users
pass their FunctionBase subclasses into methods which try to clone
them)?
---
Roy

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to