MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / Node

Class Node

pythran/fem/rod.py:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass
35class Node:
36 id: str
37 x: float
38 y: float
39
40@dataclass
41class Rod_Elem:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected