Re: [Libmesh-users] element properties

2011-06-07 Thread John Peterson
On Tue, Jun 7, 2011 at 12:26 PM, David Knezevic wrote: > Yes, the typical advice is to add an ExplicitSystem (e.g. with FE type > constant MONOMIAL) to your EquationSystems object, and use that to store > the data on each element. > > The nice thing about this approach is that it the element data

Re: [Libmesh-users] element properties

2011-06-07 Thread David Knezevic
Yes, the typical advice is to add an ExplicitSystem (e.g. with FE type constant MONOMIAL) to your EquationSystems object, and use that to store the data on each element. The nice thing about this approach is that it the element data will automatically be propagated onto new elements if you refi