| 2696 | } |
| 2697 | |
| 2698 | bool |
| 2699 | FabArrayBase::is_cell_centered () const noexcept |
| 2700 | { |
| 2701 | return boxArray().ixType().cellCentered(); |
| 2702 | } |
| 2703 | |
| 2704 | bool |
| 2705 | FabArrayBase::isFusingCandidate () const noexcept // NOLINT(readability-convert-member-functions-to-static) |
no test coverage detected