TrilinosCouplings: adding a new example to use structured algorithm in MueLu
Created by: lucbv
The new example is almost identical to the unstructured example except for small extra data that needs to be collected and passed to MueLu in order to the structured algorithms.
@trilinos/muelu
Description
These changes add a new example in TrilinosCouplings that will be used to test new structured algorithm developed in MueLu
Motivation and Context
There is no easy way to test this type of algorithm anywhere else since most tests/examples do not provide structured meshes information
How Has This Been Tested?
The example has been run in serial and parallel
Checklist
-
My code follows the code style of the affected package(s). -
I have read the code contribution guidelines for this project. -
I have added tests to cover my changes. -
All new and existing tests passed. -
No new compiler warnings were introduced.