Re: [Libmesh-users] variables values on xyz coordinates

2010-08-23 Thread Roy Stogner
On Mon, 23 Aug 2010, Nestor M. Solalinde wrote: > Is there a way to get the value of a certain variable on a specific xyz > coordinate?. For example: I could do this by using PointLocatorTree, get the > element and the values on the nodes and then using my own interpolating > function, but maybe

[Libmesh-users] variables values on xyz coordinates

2010-08-23 Thread Nestor M. Solalinde
Dear libmesh Developers: Is there a way to get the value of a certain variable on a specific xyz coordinate?. For example: I could do this by using PointLocatorTree, get the element and the values on the nodes and then using my own interpolating function, but maybe this is not the best way. Any su