How to evaluate the solution at other points (locations) using GridFunction object #3940
JianboLong
started this conversation in
General
Replies: 1 comment 2 replies
-
You can use MFEM's findpts functionality, see miniapps/gslib/findpts.cpp. cc: @kmittal2 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@tzanio My question is, after solving the linear system, the GridFunction object has the solution of all degrees of freedom. How can we get solutions at other locations defined by the user ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions