LCOV - code coverage report
Current view: top level - src/variables - MooseFFTVariable.C (source / functions) Hit Total Coverage
Test: idaholab/magpie: 5710af Lines: 2 5 40.0 %
Date: 2025-07-21 23:34:39 Functions: 1 2 50.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /**********************************************************************/
       2             : /*                     DO NOT MODIFY THIS HEADER                      */
       3             : /* MAGPIE - Mesoscale Atomistic Glue Program for Integrated Execution */
       4             : /*                                                                    */
       5             : /*            Copyright 2017 Battelle Energy Alliance, LLC            */
       6             : /*                        ALL RIGHTS RESERVED                         */
       7             : /**********************************************************************/
       8             : 
       9             : #include <MooseFFTVariable.h>
      10             : 
      11             : InputParameters
      12           0 : MooseFFTVariable::validParams()
      13             : {
      14           0 :   auto params = MooseVariableFEBase::validParams();
      15           0 :   return params;
      16             : }
      17             : 
      18           3 : MooseFFTVariable::MooseFFTVariable(const InputParameters & parameters) : MooseVariable(parameters)
      19             : {
      20           3 : }

Generated by: LCOV version 1.14