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

Method ncols

src/Kernels/Receiver.cpp:301–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301size_t ReceiverCluster::ncols() const {
302 size_t ncols = m_quantities.size();
303 for (const auto& derived : derivedQuantities) {
304 ncols += derived->quantities().size();
305 }
306 ncols *= MultisimEnd - MultisimStart;
307 return 1 + ncols;
308}
309
310std::vector<std::string> ReceiverRotation::quantities() const { return {"rot1", "rot2", "rot3"}; }
311void ReceiverRotation::compute(size_t sim,

Callers 1

syncPointMethod · 0.80

Calls 2

quantitiesMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected