Skip to content

Extract some multiscale functions for ASP

Andre Offringa requested to merge extract-multiscale-functionality-for-asp into main

This makes a few functions from multiscale freestanding and public so that they can be used by the ASP implementation. The new functions should now also be Google style compliant. The rest of the multiscale algorithm is not, but that's outside the scope of this MR. The new methods are not tested by unit-testing, but they are covered by integration tests of the multiscale algorithm (both in Radler and in WSClean). I don't consider adding unit tests at this point for these functions worthwhile.

Merge request reports