Re: [Libmesh-users] TransientSystem with custom System

2011-06-27 Thread Robert
Hi, On Fri, Jun 24, 2011 at 10:35:18AM -0500, Roy Stogner wrote: > > On Fri, 24 Jun 2011, Robert wrote: > > > I was trying to build a TransientSystem > > Any reason why? FEMSystem already has a mechanism for transient > solves, via the TimeSolver subclasses. I actually want to build a TimeSol

Re: [Libmesh-users] TransientSystem with custom System

2011-06-24 Thread Roy Stogner
On Fri, 24 Jun 2011, Robert wrote: > I was trying to build a TransientSystem Any reason why? FEMSystem already has a mechanism for transient solves, via the TimeSolver subclasses. --- Roy -- All the data continuously g

[Libmesh-users] TransientSystem with custom System

2011-06-24 Thread Robert
Hello, I was trying to build a TransientSystem and ran into some trouble with the template instantiation: Because you seem to need definition and declaration when building a new template specification, I had to include transient_system.C into my source-file to get a TransientSystem. As this is a