Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeisSol/SeisSol
/ getSubvector
Method
getSubvector
src/Numerical/ODEVector.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
std::pair<real*, size_t> ODEVector::getSubvector(size_t storageIdx) {
48
return {storages[storageIdx], sizes[storageIdx]};
49
}
50
51
real& ODEVector::operator[](std::size_t idx) {
52
const auto idxPair = index(idx);
Callers
1
ODEInt.t.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected