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

Method AddEntries

kratos/containers/sparse_graph.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 template<class TContainerType>
175 void AddEntries(const IndexType RowIndex, const TContainerType& rColIndices)
176 {
177 mGraph[RowIndex].insert(rColIndices.begin(), rColIndices.end());
178 }
179
180 template<class TIteratorType>
181 void AddEntries(const IndexType RowIndex,

Callers 12

FillEdgesSparseGraphMethod · 0.45
ComputeGraphMethod · 0.45
AssembleGraphFunction · 0.45

Calls 3

insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 7

AssembleGraphFunction · 0.36