MCPcopy 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
47std::pair<real*, size_t> ODEVector::getSubvector(size_t storageIdx) {
48 return {storages[storageIdx], sizes[storageIdx]};
49}
50
51real& ODEVector::operator[](std::size_t idx) {
52 const auto idxPair = index(idx);

Callers 1

ODEInt.t.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected