Re: [Libmesh-users] FEBase object fails to calculate values

2019-06-13 Thread Nathan Andrew Miller
Thanks John. That seems to have done the trick. On Wed, Jun 12, 2019 at 4:00 PM John Peterson wrote: > > > On Wed, Jun 12, 2019 at 4:58 PM John Peterson > wrote: > >> >> >> On Wed, Jun 12, 2019 at 4:38 PM Nathan Andrew Miller < >> nathan.a.mil...@colorado.edu> wrote: >> >>> I'm trying to comput

Re: [Libmesh-users] FEBase object fails to calculate values

2019-06-12 Thread John Peterson
On Wed, Jun 12, 2019 at 4:58 PM John Peterson wrote: > > > On Wed, Jun 12, 2019 at 4:38 PM Nathan Andrew Miller < > nathan.a.mil...@colorado.edu> wrote: > >> I'm trying to compute the xyz, JxW, and other values at arbitrary points >> for a FEBase object during the evaluation of a MOOSE UserObject

Re: [Libmesh-users] FEBase object fails to calculate values

2019-06-12 Thread John Peterson
On Wed, Jun 12, 2019 at 4:38 PM Nathan Andrew Miller < nathan.a.mil...@colorado.edu> wrote: > I'm trying to compute the xyz, JxW, and other values at arbitrary points > for a FEBase object during the evaluation of a MOOSE UserObject. I > implemented the following in code: > > ``` > //Create a vect