SpECTRE Documentation Coverage Report
Current view: top level - Domain/Structure - HasBoundary.hpp Hit Total Coverage
Commit: 1f2210958b4f38fdc0400907ee7c6d5af5111418 Lines: 1 2 50.0 %
Date: 2025-12-05 05:03:31
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include <cstdint>
       7             : 
       8             : /// \cond
       9             : namespace domain {
      10             : enum class Topology : uint8_t;
      11             : }  // namespace domain
      12             : enum class Side : uint8_t;
      13             : /// \endcond
      14             : 
      15             : namespace domain {
      16             : /// \brief Whether or not a Topology has a boundary on a given Side
      17             : ///
      18             : /// \note the boundary can either be an internal (i.e. an interface between
      19             : /// neighboring Elements or Blocks) or external boundary
      20           1 : bool has_boundary(domain::Topology topology, Side side);
      21             : }  // namespace domain

Generated by: LCOV version 1.14