Re: [deal.II] How to get the coordinates of a given degree of freedom on an edge?

2019-02-22 Thread Phạm Ngọc Kiên
Yes. Thank you very much. I have just started coding with C++ in several month and this is really helpful for me. Best, Kien Vào Th 6, 22 thg 2, 2019 vào lúc 21:15 Jean-Paul Pelteret < jppelte...@gmail.com> đã viết: > Dear Kien, > > The problem that you’re facing (in the example that you gave

Re: [deal.II] How to get the coordinates of a given degree of freedom on an edge?

2019-02-22 Thread Jean-Paul Pelteret
Dear Kien, The problem that you’re facing (in the example that you gave us) is not one to do with deal.II itself, but rather C++ and how you’ve structured your code. When I build your code in debug mode, I see this warning: $ make Scanning dependencies of target problem [ 50%] Building CXX

[deal.II] How to get the coordinates of a given degree of freedom on an edge?

2019-02-17 Thread Phạm Ngọc Kiên
Dear colleagues, I am working with FE_Nedelec_SZ element (edge-based finite element) in Deal.II (version 9.0.0). For my current problem, I need to get the global coordinates of a given degree of freedom on and edge. Do we have any code for this task? I have also thought of using material_id