MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / index_map

Method index_map

cpp/dolfinx/la/SparsityPattern.cpp:211–215  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

209}
210//-----------------------------------------------------------------------------
211std::shared_ptr<const common::IndexMap>
212SparsityPattern::index_map(int dim) const
213{
214 return _index_maps.at(dim);
215}
216//-----------------------------------------------------------------------------
217std::vector<std::int64_t> SparsityPattern::column_indices() const
218{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected