You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@santiagobadia I have noticed that you have added a new function assemble_matrix_add! to SparseMatrixAssembler.
We also want to add this new function to the abstract interface of Assembler and use it in the tester test_assember to make sure that all the specializations (present and future) of Assembler implement this new function.
The text was updated successfully, but these errors were encountered:
@santiagobadia I have noticed that you have added a new function
assemble_matrix_add!
toSparseMatrixAssembler
.We also want to add this new function to the abstract interface of
Assembler
and use it in the testertest_assember
to make sure that all the specializations (present and future) ofAssembler
implement this new function.The text was updated successfully, but these errors were encountered: