> 1- If there is any way around adding tensor components as scalars to > EquationSystems::Parameters? I'm not sure but can I add a custom > type as a parameter?
You ought to be able to add any type, yes. > 2- Is there a way to work with Parameters without using their string > names? (some sort of enumeration in parameters) Not currently. The references that Parameters::get returns ought to be persistent, though, so you can cache them rather than doing string hashing on every single use. > 3- Or if there is a better place to store these tensors (components) > so I can access them anywhere that I access the LinearImplicitSystem > that uses them? Not within libMesh, that I know of. --- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
