| 761a349f | 22-Apr-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCNNCreateCoarseMatrix: fix allocation error
Estimate the number of off-diagonal nonzeros using the number of local neighbors, but be permissive because this is not sufficient in general. Exact prea
PCNNCreateCoarseMatrix: fix allocation error
Estimate the number of off-diagonal nonzeros using the number of local neighbors, but be permissive because this is not sufficient in general. Exact preallocation would require the connectivity graph for subdomains, but is not critical for PCNN performance.
show more ...
|
| 93fb5fd3 | 20-Apr-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: Add partial support for periodic problems replacing Sort with RemoveDups
* Local-to-global maps which are not one-to-one if restricted to any subdomain will still be a problem. * Graph vie
PCBDDC: Add partial support for periodic problems replacing Sort with RemoveDups
* Local-to-global maps which are not one-to-one if restricted to any subdomain will still be a problem. * Graph view now prints also the global number of the queued indices. * Optimal allocation for queue_in_global_numbering.
show more ...
|