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

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://www.mooseframework.org
       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 "KokkosADTimeKernel.h"
      11             : 
      12             : namespace Moose::Kokkos
      13             : {
      14             : 
      15             : InputParameters
      16        2248 : ADTimeKernel::validParams()
      17             : {
      18        2248 :   InputParameters params = ADKernel::validParams();
      19             : 
      20        8992 :   params.set<MultiMooseEnum>("vector_tags") = "time";
      21        6744 :   params.set<MultiMooseEnum>("matrix_tags") = "system time";
      22             : 
      23        2248 :   return params;
      24           0 : }
      25             : 
      26          75 : ADTimeKernel::ADTimeKernel(const InputParameters & parameters)
      27          39 :   : ADKernel(parameters), _u_dot(_var, Moose::SOLUTION_DOT_TAG)
      28             : {
      29          75 : }
      30             : 
      31             : } // namespace Moose::Kokkos

Generated by: LCOV version 1.14