On Nov 7, 2008, at 1:21 PM, Daniel Lewis wrote:
This information would be nice for developing spatially varying boundary conditions... Just a thought.
I think you can already do this.
>>> X, Y = mesh.getFaceCenters()
>>> bcs = FixedValue(faces=mesh.getFacesLeft(), value=Y)
Or did you have something else in mind?
