Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Apress/python-for-matlab-development
/ ascending
Method
ascending
pythran/fem/FE_model.py:36–37 ·
view source on GitHub ↗
(self, i,j)
Source
from the content-addressed store, hash-verified
34
35
class
FE_model:
36
def
ascending(self, i,j):
# {{{
37
return
(i,j)
if
i < j
else
(j,i)
38
# }}}
39
def
connectivity(self, triangle_mesh):
# {{{
40
""
"
Callers
1
connectivity
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected