MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / AddEntry

Method AddEntry

kratos/containers/sparse_graph.h:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void AddEntry(const IndexType RowIndex, const IndexType ColIndex)
170 {
171 mGraph[RowIndex].insert(ColIndex);
172 }
173
174 template<class TContainerType>
175 void AddEntries(const IndexType RowIndex, const TContainerType& rColIndices)

Callers 7

CsrMatrixMethod · 0.45
ToSerialCSRMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by 3