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
Add CrsMatrix methods that enable replacement of domain and range maps (and, optionally, importer and exporters).
Method replaceDomainMapAndImporter exists, but there is no way to replace just the domain map (and have the importer computed by Tpetra) or to replace the range map.
Need for these functions was identified in the use case for #9391.
When done, replace the fix for #9391 with shallow copy constructor followed by replaceDomainMap, replaceRangeMap.
The text was updated successfully, but these errors were encountered:
…nd CrsGraph (#9626)
* tpetra: added method replaceDomainMap for #9451; fixed doxygen
comments for replaceDomainMapAndImport to match the error checks in code
* tpetra: put re-used code into a macro
* tpetra: new functions and test: replaceRangeMap, replaceRangeMapAndExporter
* tpetra: Minor
* tpetra: revisions to address @Tasmit's review of #9451
Enhancement
@trilinos/tpetra
Add CrsMatrix methods that enable replacement of domain and range maps (and, optionally, importer and exporters).
Method replaceDomainMapAndImporter exists, but there is no way to replace just the domain map (and have the importer computed by Tpetra) or to replace the range map.
Need for these functions was identified in the use case for #9391.
When done, replace the fix for #9391 with shallow copy constructor followed by replaceDomainMap, replaceRangeMap.
The text was updated successfully, but these errors were encountered: