Skip to content

error message "Operator::MultTranspose() is not overloaded!" #3475

Answered by pazner
markusrenoldner asked this question in Q&A
Discussion options

You must be logged in to vote

Not every Operator implements MultTranspose. For example, ConstrainedOperator (which is what is used with matrix-free/partial assembly) does not implement MultTranspose. I believe this should be relatively easy to implement though. So it depends on what type of Operator you have — sparse matrices like SparseMatrix and HypreParMatrix both implement MultTranspose.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by markusrenoldner
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