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

Method block_size

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

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

Source from the content-addressed store, hash-verified

229}
230//-----------------------------------------------------------------------------
231int SparsityPattern::block_size(int dim) const { return _bs[dim]; }
232//-----------------------------------------------------------------------------
233void SparsityPattern::finalize()
234{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected