octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #7605] symrcm order is not reversed


From: anonymous
Subject: [Octave-patch-tracker] [patch #7605] symrcm order is not reversed
Date: Thu, 25 Aug 2011 09:39:45 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

URL:
  <http://savannah.gnu.org/patch/?7605>

                 Summary: symrcm order is not reversed
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 25 Aug 2011 09:39:44 AM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

the sparse matrix function symrcm appears to produce results in non-reversed
Cuthill-McKee ordering rather than reverse Cuthill-McKee (compare to MATLAB
symrcm with spy). This makes a big difference for FEM solution of
Navier-Stokes with Taylor-Hood elements via gmres (Octave 3.4.2) --
non-reversed ordering produces poor matrix conditioning, reverse ordering
works properly (verified in both MATLAB and Octave). Direct solutions
(mldivide) are not impacted however. Please update symrcm (possibly with
fliplr or flipud of the result).




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7605>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]