LCOV - code coverage report
Current view: top level - src/kokkos/postprocessors - KokkosSideIntegralMaterialProperty.K (source / functions) Hit Total Coverage
Test: idaholab/moose framework: #32971 (54bef8) with base c6cf66 Lines: 11 12 91.7 %
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 "KokkosSideIntegralMaterialProperty.h"
      11             : 
      12      363195 : registerKokkosUserObject("MooseApp", KokkosSideIntegralMaterialProperty);
      13             : 
      14             : InputParameters
      15        4264 : KokkosSideIntegralMaterialProperty::validParams()
      16             : {
      17          36 :   InputParameters params =
      18        4228 :       KokkosIntegralMaterialProperty<KokkosSideIntegralPostprocessor>::validParams();
      19       25584 :   params.renameParam("mat_prop", "property", "The name of the material property");
      20        4264 :   params.addClassDescription("Compute the integral of the material property over the domain");
      21        4264 :   return params;
      22           0 : }
      23             : 
      24          34 : KokkosSideIntegralMaterialProperty::KokkosSideIntegralMaterialProperty(
      25          34 :     const InputParameters & parameters)
      26          18 :   : KokkosIntegralMaterialProperty<KokkosSideIntegralPostprocessor>(parameters)
      27             : {
      28          34 : }

Generated by: LCOV version 1.14