Re: [deal.II] Extracting Shape Laplacian

2017-08-10 Thread Wolfgang Bangerth
On 08/09/2017 05:40 PM, ky...@math.uh.edu wrote: I did try looking at the documentation for FEValuesViews::Vector < dim, spacedim >::hessian(const unsigned int shape_function, const unsigned int q_point) before co

Re: [deal.II] Extracting Shape Laplacian

2017-08-09 Thread kylew
Thanks, I did try looking at the documentation for FEValuesViews::Vector < dim, spacedim >::hessian(const unsigned int shape_function, const unsigned int q_point) before coming here, and all it provides is "Return

Re: [deal.II] Extracting Shape Laplacian

2017-08-09 Thread Wolfgang Bangerth
On 08/09/2017 03:46 PM, ky...@math.uh.edu wrote: Hello all, I am working on implementing some stabilization methods for the Navier-Stokes equations, these techniques often require the use of the laplacian of the shape functions. I know I get the hessian of the k'th shape function at quadratu

[deal.II] Extracting Shape Laplacian

2017-08-09 Thread kylew
Hello all, I am working on implementing some stabilization methods for the Navier-Stokes equations, these techniques often require the use of the laplacian of the shape functions. I know I get the hessian of the k'th shape function at quadratue point q via the following Tensor<3, dim> hessian