[Dune] [#332] method mv missing for FieldMatrix
Dune
dune at dune-project.org
Fri Dec 14 00:42:20 CET 2007
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Christian Engwer (christi)
Attached to Project - Dune
Summary - method mv missing for FieldMatrix
Task Type - Bug Report
Category - Common
Status - New
Assigned To -
Operating System - Unspecified / All
Severity - Critical
Priority - Urgent
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - the Dune Matrix interface expects the methods
void mv (const X &x, Y &y) const
void umv (const X &x, Y &y) const
void mmv (const X &x, Y &y) const
void usmv (const field_type &alpha, const X &x, Y &y) const
void umtv (const X &x, Y &y) const
void mmtv (const X &x, Y &y) const
void usmtv (const field_type &alpha, const X &x, Y &y) const
void umhv (const X &x, Y &y) const
void mmhv (const X &x, Y &y) const
void usmhv (const field_type &alpha, const X &x, Y &y) const
FieldMatrix is missing the method mv which breaks some of the istl solvers.
More information can be found at the following URL:
http://conan.informatik.uni-stuttgart.de/flyspray/index.php?do=details&task_id=332
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the Dune
mailing list