-----------------------------------------------------------------------------
| 168 | } |
| 169 | //----------------------------------------------------------------------------- |
| 170 | int DofMap::bs() const noexcept { return _bs; } |
| 171 | //----------------------------------------------------------------------------- |
| 172 | DofMap DofMap::extract_sub_dofmap(std::span<const int> component) const |
| 173 | { |
no outgoing calls
no test coverage detected