LCOV - code coverage report
Current view: top level - include/series - CylindricalDuo.h (source / functions) Hit Total Coverage
Test: idaholab/moose functional_expansion_tools: #31405 (292dce) with base fef103 Lines: 1 1 100.0 %
Date: 2025-09-04 07:53:29 Functions: 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 "CompositeSeriesBasisInterface.h"
      13             : 
      14             : /**
      15             :  * This class constructs a functional expansion in cylindrical space using a 1D series for the axial
      16             :  * direction and a 2D disc series for (r, t).
      17             :  */
      18           5 : class CylindricalDuo final : public CompositeSeriesBasisInterface
      19             : {
      20             : public:
      21             :   CylindricalDuo(const std::string & who_is_using_me);
      22             :   CylindricalDuo(const std::vector<MooseEnum> & domain,
      23             :                  const std::vector<std::size_t> & order,
      24             :                  const std::vector<MooseEnum> & series_types,
      25             :                  const std::string & who_is_using_me,
      26             :                  MooseEnum expansion_type,
      27             :                  MooseEnum generation_type);
      28             : 
      29             :   // Virtual overrides
      30             :   virtual void setPhysicalBounds(const std::vector<Real> & bounds) final;
      31             : };

Generated by: LCOV version 1.14