Epetra Sparsity builder renders assemble argument "bool finalize" useless
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
New
|
Undecided
|
Unassigned |
Bug Description
in void EpetraMatrix:
try
{
// Finalise map. Here, row_map is standing in for RangeMap, which is
// probably ok but should be double-checked.
matrix_
matrix_
}
causes the matrix_map to be filled/finalized according to
http://
having the signature is
int GlobalAssemble (const Epetra_Map &domain_map, const Epetra_Map &range_map, bool callFillComplet
A filled matrix_map in turn will trigger an automatic fill of the matrix and thereby making
the argument bool finalize in the assemble function useless if Epetra is used as backend.
This should be made consistent.
description: | updated |
Changed in dolfin: | |
status: | New → Opinion |
Changed in dolfin: | |
status: | Opinion → New |