BIMAU / transiflow

Implementations and continuation of some standard computational fluid dynamics problems using the finite volume method
https://transiflow.readthedocs.io/
Apache License 2.0
9 stars 12 forks source link

change zeta to use .size and add possibility of delta parameter #2

Closed ipelupessy closed 3 years ago

ipelupessy commented 3 years ago

len(x) corresponds to the size of the first dimension, while .size returns the size of the array (=all elements). Also this PR adds the possibility of using Delta from parameters (with default =1 ), this should be no regret

ipelupessy commented 3 years ago

note that instead of .size shape[0] could also be used..let me know...

Sbte commented 3 years ago

Merged and also fixed the HYMLSInterface to support this.