Closed garth-wells closed 1 year ago
assemble
is also bad. We could use scatter_reverse
to match Vector. Or gather_rows
perhaps?
assemble
is widely used - PETSc and Tpetra use it.
I think Tpetra uses fillComplete
I think it should have a name that clearly indicates that it's performing some communication.
assemble
or fillComplete
don't convey this meaning for me.
Reconcile?
Reconcile?
Yes, but how?
The above method name is misleading. After a call to 'finalize', matrix entries can still be changed. The method performs a reverse scatter.
Now that we're using
MatrixCSR
more in demos, we should fix the name before the next release.