FiniteVolumeTransportPhenomena / PyFVTool

Finite volume toolbox in Python
GNU Lesser General Public License v2.1
13 stars 4 forks source link

Addressing the values of CellVariable #41

Closed mhvwerts closed 4 months ago

mhvwerts commented 4 months ago

In order to make user code more readable, to adhere more closely to FiPy's conventions, and to be consistent about internal (private) vs user (public) variables/properties, I changed the following property/variable names:

pytest OK.

Version is now 0.3.3.

mhvwerts commented 4 months ago

This had been itching for a while. It was actually not that much work, thanks to a few well-targeted "find and replace all".