NexGenAnalytics / Trilinos

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

MueLu: Provide `Tpetra` versions of `Epetra` only tests #126

Open JacobDomagala opened 1 year ago

JacobDomagala commented 1 year ago

In https://github.com/NexGenAnalytics/Trilinos/issues/62 tests under test/navierstokes directory were discovered as Epetra only. Provide Tpetra equevalents.

JacobDomagala commented 1 year ago

NavierStokes directory contains more example like code, where we setup the linear system (using Epetra, Xpetra, AztecOO) with MueLU as preconditioner.