LCOV - code coverage report
Current view: top level - src/kernels - ADSplitCHBase.C (source / functions) Hit Total Coverage
Test: idaholab/moose phase_field: #31405 (292dce) with base fef103 Lines: 7 10 70.0 %
Date: 2025-09-04 07:55:36 Functions: 3 4 75.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 "ADSplitCHBase.h"
      11             : 
      12             : InputParameters
      13          55 : ADSplitCHBase::validParams()
      14             : {
      15          55 :   InputParameters params = ADKernel::validParams();
      16          55 :   params.addClassDescription("Base class for split Cahn-Hilliard equation.");
      17          55 :   return params;
      18           0 : }
      19             : 
      20          29 : ADSplitCHBase::ADSplitCHBase(const InputParameters & parameters) : ADKernel(parameters) {}
      21             : 
      22             : ADReal
      23    11904000 : ADSplitCHBase::computeQpResidual()
      24             : {
      25    11904000 :   return computeDFDC() * _test[_i][_qp];
      26             : }
      27             : 
      28             : ADReal
      29           0 : ADSplitCHBase::computeDFDC()
      30             : {
      31           0 :   return 0.0;
      32             : }

Generated by: LCOV version 1.14