gridap/Tutorials

Get physical coordinates as a list (Tutorial 7)

Opened this issue · 0 comments

Hi,
I have a question regarding obtaining the physical coordinates on which my weak form is evaluated. I came across Tutorial 7 at https://gridap.github.io/Tutorials/dev/pages/t007_darcy/, which seems to address this issue.

It appears that using "px = get_physical_coordinate(trian)" provides the desired information. However, I am interested in saving these points in a list or vector for further use. Could you please guide me on how to achieve this?