On 17-Oct-2019, at 11:19 PM, het patel <[email protected]> wrote:

That is a nice piece of information. Yes, it is doing integration on the real cell. I didn't knew that there was something like FE.shape_grad for integration on the reference cell. I thought it did by default isoparametric mapping with FEValues and JxW was for the mapping.

FEValues takes care of converting gradient from reference to real cell. Mostly, this is what you will need when you implement a finite element method. 

See this for some explanation


and also this

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/5E16CB45-A293-4F99-A5EA-0E855C1DEBDC%40gmail.com.

Attachment: PastedGraphic-1.pdf
Description: Adobe PDF document

Best
praveen

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/5E16CB45-A293-4F99-A5EA-0E855C1DEBDC%40gmail.com.

Reply via email to