沈键
unread,May 15, 2021, 11:05:28 PM5/15/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to deal.II User Group
I met a problem that need constrain one point's gradient to zero vector. I found it's hard to give this constraint in deal.ii, so I change it to a optimization problem whose target is to minimize the given point's gradient magnitude to zero, but an another problem appeared, in each iteration, after solving the system I need to evaluate the gradient at that point, and what I know is that point geometry coordinate. How can I get derivative value at specified point after solving the system? Thanks for your answer in advance!