LCOV - code coverage report
Current view: top level - src/utils - SwiftConstantInterface.C (source / functions) Hit Total Coverage
Test: idaholab/swift: #92 (25e020) with base b3cd84 Lines: 4 4 100.0 %
Date: 2025-09-10 17:10:32 Functions: 1 1 100.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 "SwiftConstantInterface.h"
      10             : #include "InputParameters.h"
      11             : 
      12        1188 : SwiftConstantInterface::SwiftConstantInterface(const InputParameters & params)
      13        1188 :   : _params(params),
      14        1188 :     _sci_tensor_problem(*params.getCheckedPointerParam<TensorProblem *>("_tensor_problem"))
      15             : {
      16        1188 : }

Generated by: LCOV version 1.14