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

Method block_size

cpp/dolfinx/fem/ElementDofLayout.cpp:123–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

121}
122//-----------------------------------------------------------------------------
123int ElementDofLayout::block_size() const { return _block_size; }
124//-----------------------------------------------------------------------------
125bool ElementDofLayout::is_view() const { return !_parent_map.empty(); }
126//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected