bugpyFormex - Bugs: bug #37002, remaining adjacency functions in...

 
 

bug #37002: remaining adjacency functions in connectivity.py

Submitter:  Sofie Van Cauter <svcauter>
Submitted:  Tue 31 Jul 2012 02:07:27 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  svcauter
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 19 Sep 2012 05:17:20 PM UTC, comment #1: 

I removed the deprecation in revision 2439.

But the function's return value should be fixed. As the example in the docstring shows, the arrays in the returned list are of different types. This should be homogenized.

Also, the function should probably be moved to adjacency.py

Benedict Verhegghe <bverheg>
Group administrator
Tue 31 Jul 2012 02:07:27 PM UTC, original submission:  

The function adjacencyList seems to be redundant and could be removed.

The function adjacencyArrays allows for a frontal walk through all nodes of a set of 2-node elements in an efficient (array-based) way. While it is suggested to replace the function by the frontWalk method, this would increase the calculation time as the frontWalk function would have to be performed for every node separately. Maybe we could modify adjacencyArrays to be a function of the Adjacency class, returning the rings of connected elems for each element up to a certain step?

Sofie Van Cauter <svcauter>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bverheg (Updated the item)
  • -email is unavailable- added by svcauter (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-09-19 bverheg StatusInvalid None
        Assigned toNone svcauter
        Open/ClosedClosed Open
    2012-09-19 bverheg Open/ClosedOpen Closed
    2012-09-19 bverheg StatusNone Invalid

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code