-
I am trying to use Zoltan. Question 1: Question 2: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@abodado Specify coordinates as a multivector. 1st vector is X, 2nd is Y, 3rd is Z. There should be one coordinate per mesh node. (So if you are working with a system of PDEs, you should not duplicate coordinates.) You set the coordinates in a parameter sublist:
|
Beta Was this translation helpful? Give feedback.
-
@jhux2 , thanks. I tried that just now, but I got an error that Coordinates couldn't be found.
Here is an excerpt from my code in case any obvious error jumps out. The coordinates I create are not practical, it's just a test case.
|
Beta Was this translation helpful? Give feedback.
Hm. Could you run this through a debugger? We should have code that wraps the Tpetra MV to Xpetra for you automatically:
Trilinos/packages/muelu/adapters/tpetra/MueLu_CreateTpetraPreconditioner.hpp
Lines 92 to 100 in 8bded3a