← Back to team overview

dolfin team mailing list archive

[Bug 570381] [NEW] Typo for Linf matrix norms in PETScMatrix

 

Public bug reported:

Linf norm type now has to be called with A.norm("lif") instead using string "linf" as  in the other matrix implementation.
Line 45 in PETScMatric.cpp.

** Affects: dolfin
     Importance: Undecided
         Status: New

-- 
Typo for Linf matrix norms in PETScMatrix
https://bugs.launchpad.net/bugs/570381
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.

Status in DOLFIN: New

Bug description:
Linf norm type now has to be called with A.norm("lif") instead using string "linf" as  in the other matrix implementation.
Line 45 in PETScMatric.cpp.





Follow ups

References