discretize
discretize copied to clipboard
inner product names
getEdgeInnerProduct-->edgeInnerProductgetFaceInnerProduct-->faceInnerProduct
thoughts @rowanc1 ?
That sounds fine.
I would like to deal with this in a PEP8 blitz as well. #39. So _s are probably better.
Do they take any input arguments? If not, converting them to @property would be nice to get rid of the ()
These ones do take inputs, yes, they are dependent on the physical property:
MeSigma = mesh.getEdgeInnerProduct(sigma, invertMatrix=True)
Right, that makes sense.
handled in the pep8 rename a while ago