NexGenAnalytics / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
0 stars 2 forks source link

MueLu: Remove Xpetra dependency #58

Open stmcgovern opened 1 year ago

stmcgovern commented 1 year ago

MueLu has required dependencies on Xpetra and Tpetra (among other packages). Let's remove the required dependency on Xpetra.

github-actions[bot] commented 1 year ago

Automatic mention of the @trilinos/muelu team

mperrinel commented 1 year ago

Activating tests automatically activates examples: Files need to be update from xpetra to teptra:

What do we do with : XPETRA_ADD_TEST_TPETRA

How to migrate from xpetra to tpetra: Xpetra::global_size_t -> Tpetra::global_size_t Xpetra::Access::ReadOnly -> Tpetra::Access::ReadOnly Xpetra::Map -> Tpetra::Map Xpetra::Vector -> Tpetra::Vector Xpetra::MultiVector -> Tpetra::MultiVector