Re: [Libmesh-users] Lean setup of FE

2017-06-08 Thread Barna Becsek
Thank you, that was very helpful. > On 6 Jun 2017, at 14:57, Paul T. Bauman wrote: > > > > On Tue, Jun 6, 2017 at 8:52 AM, Barna Becsek > wrote: > Hello, > > I am in a situation where I need to setup test functions for an L2projection. > Essentially, all I hav

Re: [Libmesh-users] Lean setup of FE

2017-06-06 Thread Paul T. Bauman
On Tue, Jun 6, 2017 at 8:52 AM, Barna Becsek wrote: > Hello, > > I am in a situation where I need to setup test functions for an > L2projection. Essentially, all I have to access in the end is get_phi() and > get_JxW(). > Now, I need to call fe->reinit() for every element that I add. Since I do >

[Libmesh-users] Lean setup of FE

2017-06-06 Thread Barna Becsek
Hello, I am in a situation where I need to setup test functions for an L2projection. Essentially, all I have to access in the end is get_phi() and get_JxW(). Now, I need to call fe->reinit() for every element that I add. Since I do not need anything else than get_phi() and get_JxW(), I would li