On Feb 3, 2010, at 5:29 PM, Michael Johnston wrote:
phaseField.getFaceValue() will return the value of all the values of the phasefield. I am trying to assign the value of each cell unit a flux that isdependent on the value of the phase variable at that particular cell.
mesh.getFacesLeft() returns a mask which True on the leftmost faces and False everywhere else, thus, although phaseField.getFaceValue() returns all of the face values, only those filtered by the face mask will be used.
