Tutorials icon indicating copy to clipboard operation
Tutorials copied to clipboard

Get physical coordinates as a list (Tutorial 7)

Open LoveFrootLoops opened this issue 2 years ago • 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?

LoveFrootLoops avatar Jul 28 '23 11:07 LoveFrootLoops