[Libmesh-users] FEMContext API breakage going into git head

2013-07-18 Thread Paul T. Bauman
FEMContext users, Release 0.9.2 contained an update to the FEMContext API in preparation for hiding public members of the FEMContext class. The original impetus was for having a clean API that worked with vector-valued elements. 0.9.2 is the last release where one can get by without this API. The

Re: [Libmesh-users] FEMContext

2011-02-15 Thread David Knezevic
On 02/15/2011 12:23 PM, Roy Stogner wrote: > David, would you have any use for DiffContext::request_jacobian in the > RBSystem code? If not, then my first inclination is to just remove > it. Nope, I don' have any use for DiffContext::request_jacobian in RBSystem. David --

Re: [Libmesh-users] FEMContext

2011-02-15 Thread Roy Stogner
On Tue, 15 Feb 2011, Robert wrote: > when starting to use FEMSystem I discovered some strange behaviour which > looks like a bug: > The FEMContext has a attribute request_jacobian which I assumed to have > the same meaning as the parameter to e.g. > FEMSystem::side_constraint(..). But it the valu

[Libmesh-users] FEMContext

2011-02-15 Thread Robert
Hello, when starting to use FEMSystem I discovered some strange behaviour which looks like a bug: The FEMContext has a attribute request_jacobian which I assumed to have the same meaning as the parameter to e.g. FEMSystem::side_constraint(..). But it the value in FEMContext never is updated to ref