Hello, I was trying to build a TransientSystem<FEMSystem> 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<FEMSystem>.
As this is a really bad solution, there either have to be typedefs for all child classes of System or the implementation of TransientSystem has to be moved to the header as well. The first solution would make the instantiation while compiling the library and the second one would defer it to compiling the user-code and give therefore more flexibility. Robert ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense.. http://p.sf.net/sfu/splunk-d2d-c1 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
