MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / __init__

Method __init__

generated_code/memlayout.py:56–57  ·  view source on GitHub ↗
(self, atts)

Source from the content-addressed store, hash-verified

54 IMPORTANCE = {'precision': 1, 'equations': 2, 'order': 3, 'pe': 4, 'multipleSimulations': 5}
55
56 def __init__(self, atts):
57 self.atts = atts
58
59 def score(self, reqs):
60 sc = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected