LCOV - code coverage report
Current view: top level - src/kokkos/userobjects - KokkosSideReducer.K (source / functions) Hit Total Coverage
Test: idaholab/moose framework: #32971 (54bef8) with base c6cf66 Lines: 9 9 100.0 %
Date: 2026-05-29 20:35:17 Functions: 3 3 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://mooseframework.inl.gov
       3             : //*
       4             : //* All rights reserved, see COPYRIGHT for full restrictions
       5             : //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
       6             : //*
       7             : //* Licensed under LGPL 2.1, please see LICENSE for details
       8             : //* https://www.gnu.org/licenses/lgpl-2.1.html
       9             : 
      10             : #include "KokkosSideReducer.h"
      11             : 
      12             : namespace Moose::Kokkos
      13             : {
      14             : 
      15             : InputParameters
      16       13026 : SideReducer::validParams()
      17             : {
      18       13026 :   InputParameters params = ::BoundaryRestrictableRequired::validParams();
      19       13026 :   return params;
      20             : }
      21             : 
      22         221 : SideReducer::SideReducer(const MooseObject * object)
      23         117 :   : ReducerBase(object), ::BoundaryRestrictableRequired(object, false)
      24             : {
      25         221 : }
      26             : 
      27         756 : SideReducer::SideReducer(const SideReducer & object)
      28         406 :   : ReducerBase(object), ::BoundaryRestrictableRequired(object, {})
      29             : {
      30         756 : }
      31             : 
      32             : } // namespace Moose::Kokkos

Generated by: LCOV version 1.14