Roy Stogner wrote on 08/26/2011 12:39:20 PM:
>
> On Fri, 26 Aug 2011, Kirk, Benjamin (JSC-EG311) wrote:
>
> > I'm happy to commit this - any objections?
>
> David Andrs has write permissions and can commit the patch himself.
Thanks for the review, both patches are in.
> If you got confused by
On Tue, 30 Aug 2011, Truman Ellis wrote:
> So it is a performance issue?
Yes. If you don't prerequest anything, then everything gets
calculated by FE::reinit. If you prerequest some things, then only
those things get calculated.
> How does this handle p-adaptivity?
It assumes that you want
On 08/30/2011 03:00 PM, John Peterson wrote:
> On Tue, Aug 30, 2011 at 1:57 PM, Truman Ellis wrote:
>> I have a question about FEMSystem::init_context and inherited instances like
>> NavierSystem::init_context from example 18. Why is it necessary to call
>> get_JxW(), get_phi(), etc? In FEMSystem:
On Tue, Aug 30, 2011 at 1:57 PM, Truman Ellis wrote:
> I have a question about FEMSystem::init_context and inherited instances like
> NavierSystem::init_context from example 18. Why is it necessary to call
> get_JxW(), get_phi(), etc? In FEMSystem::assembly() this is only called once
> before we h
I have a question about FEMSystem::init_context and inherited instances
like NavierSystem::init_context from example 18. Why is it necessary to
call get_JxW(), get_phi(), etc? In FEMSystem::assembly() this is only
called once before we have actually started looping over any elements.
Furthermore, a