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

Method SparsityPattern

cpp/dolfinx/la/SparsityPattern.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 const std::array<std::vector<int>, 2>& bs);
55
56 SparsityPattern(const SparsityPattern& pattern) = delete;
57
58 /// Move constructor
59 SparsityPattern(SparsityPattern&& pattern) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected