FiniteVolumeTransportPhenomena / PyFVTool

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

more logical name for InternalCells() method #19

Closed mhvwerts closed 7 months ago

mhvwerts commented 1 year ago

A more logical name for the internalCells() method of CellVariable might be something like internalCellValues(), since it returns the values of the internal cells. (It does not return a new CellVariable object, which would not be very useful anyway)

simulkade commented 1 year ago

I agree. I will take care of it.