onera / Cassiopee

CFD pre- and post-processing python modules
https://onera.github.io/Cassiopee/
GNU Lesser General Public License v3.0
19 stars 12 forks source link

X_IBM & G_IBM: modify main function names #137

Closed BconstantMMK closed 1 month ago

BconstantMMK commented 1 month ago

Connector.IBM : prepareIBMData becomes prepareIBMData_legacy. prepareIBMDataPara becomes prepareIBMData with an alias prepareIBMDataPara = prepareIBMData for the sake of continuity.

Generator.IBM : generateIBMMesh becomes generateIBMMesh_legacy. generateIBMMeshPara becomes generateIBMMesh with an alias generateIBMMeshPara = generateIBMMeh for the same reason. "mode" parameter in buildOctree becomes "modeOctree" for clarity.