-----------------------------------------------------------------------------
| 121 | } |
| 122 | //----------------------------------------------------------------------------- |
| 123 | int ElementDofLayout::block_size() const { return _block_size; } |
| 124 | //----------------------------------------------------------------------------- |
| 125 | bool ElementDofLayout::is_view() const { return !_parent_map.empty(); } |
| 126 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected