labmec / neopz

An object oriented finite element programming environment
http://www.labmec.org.br
33 stars 11 forks source link

Block matrix contribution #191

Closed giavancini closed 1 year ago

giavancini commented 1 year ago

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.