Exact evaluation of boundary conditions at the quadrature points
18 views
Skip to first unread message
nabil atallah
unread,
Jul 7, 2021, 2:17:43 PM7/7/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fenics-support
I recently started coding in Fenics and I was wondering if there is a way to evaluate the source and boundary condition functions exactly at the points of integration rather than interpolating from the nodes. I checked some of the Dolfin threads, but it is not clear if a solution has been found. I thought that quadrature elements might be the solution, but I read that is just an optimization strategy whereby the values are interpolated and stored at the quadrature points.