Remove GenericMatrix::ident_zeros

Issue #808 new
Prof Garth Wells created an issue

The function is wrong in lots of ways, and it shouldn't even be needed. A code should know which rows are zero and modify with 'set' functions.

Comments (3)

  1. Anders Logg (Chalmers)

    ok to remove as soon as it has been replcaed in MultiMeshAssembler.cpp. It's the only place in the library where it's being used:

    find dolfin -name '*.cpp' | xargs grep ident_zeros

  2. Log in to comment