Skip to content

[MueLu] Working example of xml for exporting aggregates when using BlockedRAPFactory? #12143

Closed Answered by nasseralkmim
nasseralkmim asked this question in Q&A
Discussion options

You must be logged in to vote

I manage to get this working. Here are some note about it.
The AggregationExportFactory1 requires the Coordinates on level 0.

  what():  AggregationExportFactory::DeclareInput: (LevelID = 0) unable to find or generate requested data "Coordinates" with generating factory "null" [0]
    during request for data "    Coordinates" on level 0 by factory  AggregationExportFactory [0x5627c311bf40]
    during request for data "              A" on level 1 by factory                 NoFactory [0x5627c338a440]

The Coordinates can be passed to the hierarchy object.

hierarchy->GetLevel(0)->Set("Coordinates", xcoordinates);

Then, in the tentative prolongation operator construction, it depends on the nu…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GrahamBenHarper
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants