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

Method hasOptDim

generated_code/multSim.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 super().__init__(name, shape, spp, memoryLayoutClass, alignStride)
53
54 def hasOptDim(self):
55 return self._optSize > 1
56
57 def insertOptDim(self, sliceable, item):
58 if self.hasOptDim():

Callers 3

insertOptDimMethod · 0.95
addInitMethod · 0.80
addKernelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected