This pull request implements the AddContribution() method to pzfmatrix and provides three unit_tests for it.
The ideia of the method is to simplify and optimise the Material::Contribute() function, so instead of doing it with nested loops, we can do all the stuff through a single call.
This pull request implements the AddContribution() method to pzfmatrix and provides three unit_tests for it. The ideia of the method is to simplify and optimise the Material::Contribute() function, so instead of doing it with nested loops, we can do all the stuff through a single call.