LCOV - code coverage report
Current view: top level - include/neml2/userobjects - MOOSEToNEML2Unbatched.h (source / functions) Hit Total Coverage
Test: idaholab/moose framework: 2bf808 Lines: 0 3 0.0 %
Date: 2025-07-17 01:28:37 Functions: 0 3 0.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             : #pragma once
      11             : 
      12             : #include "MOOSEToNEML2.h"
      13             : #include "GeneralUserObject.h"
      14             : 
      15             : class MOOSEToNEML2Unbatched : public MOOSEToNEML2, public GeneralUserObject
      16             : {
      17             : public:
      18             :   static InputParameters validParams();
      19             : 
      20             :   MOOSEToNEML2Unbatched(const InputParameters & params);
      21             : 
      22           0 :   void initialize() override {}
      23           0 :   void execute() override {}
      24           0 :   void finalize() override {}
      25             : };

Generated by: LCOV version 1.14