LCOV - code coverage report
Current view: top level - src/stencils - LatticeBoltzmannStencilBase.C (source / functions) Hit Total Coverage
Test: idaholab/swift: #92 (25e020) with base b3cd84 Lines: 0 9 0.0 %
Date: 2025-09-10 17:10:32 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /**********************************************************************/
       2             : /*                    DO NOT MODIFY THIS HEADER                       */
       3             : /*             Swift, a Fourier spectral solver for MOOSE             */
       4             : /*                                                                    */
       5             : /*            Copyright 2024 Battelle Energy Alliance, LLC            */
       6             : /*                        ALL RIGHTS RESERVED                         */
       7             : /**********************************************************************/
       8             : 
       9             : #include "LatticeBoltzmannStencilBase.h"
      10             : 
      11             : InputParameters
      12           0 : LatticeBoltzmannStencilBase::validParams()
      13             : {
      14           0 :   InputParameters params = MooseObject::validParams();
      15           0 :   params.addClassDescription("LB Stencil object.");
      16           0 :   params.registerBase("LBStencil");
      17           0 :   return params;
      18           0 : }
      19             : 
      20           0 : LatticeBoltzmannStencilBase::LatticeBoltzmannStencilBase(const InputParameters & parameters)
      21           0 :   : MooseObject(parameters)
      22             : {
      23           0 : }

Generated by: LCOV version 1.14