Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two updates: 1) Change in default behavior: now the unresolved shear computation finds N at the cell center by averaging N at interface above and interface below; previously, the default was to use the value from the deeper interface. 2) Whether you pass N or N^2, averaging is done on N; previously if you passed N^2, CVMix computed sqrt(avg(N^2[above],N^2[below])) and now it computes avg(sqrt(N^2[above]),sqrt(N^2[below]))
- Loading branch information