Skip to content

Rework and optimize computation of roughness crosscorrelation

Mikhail Svechnikov requested to merge m.i970e into main
  1. Now intermediate interfaces explicitly participate in computation of crosscorrelaton terms:
---------
--------- i
---------
---------
---------
--------- j
---------
---------
--------- k
---------

spectrum_i_k = spectrum_i_j * spectrum_j_k / spectrum_j
  1. Computation of cross-interface scattering on roughness is optimized.

Now it is several times faster due to caching.

Edited by Mikhail Svechnikov

Merge request reports

Loading