Hi everyone, sorry for abusing the mailing list these days. I didn't find much information about remeshing a variable; I found this page:
http://matforge.org/fipy/browser/trunk/fipy/variables/cellVariable.py?rev=745 but no help corresponding to the remesh function. I tried to implement it remesh(phi,mesh) where phi is a CellVariable but got the error : getValue() got an unexpected keyword argument 'points' the alternative question would be how to get the value of phi for only one point ? I can get the value of phi for all X and Y by the simple phi((X,Y)) but is there a simple way to get phi(xa,ya) where xa and ya is any arbitrary value (ie not on a mesh ) ? thanks a lot, and sorry for bothering you again. Julien
