Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insertOptDim
Method · 0.95
addInit
Method · 0.80
addKernels
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected