https://mooseframework.inl.gov
functional_expansion_tools
unit
include
Setup.h
Go to the documentation of this file.
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
#include "
Cartesian.h
"
12
#include "
CylindricalDuo.h
"
13
#include "
Legendre.h
"
14
#include "
Zernike.h
"
15
16
// Set the global tolerances
17
const
double
tol
= 1e-13;
18
19
// Set the name
20
const
std::string
name
=
"UnitTesting"
;
21
22
// Recreate the MooseEnum types used in FunctionSeries::validParams()
23
extern
MooseEnum
single_series_types_1D
;
24
extern
MooseEnum
single_series_types_2D
;
25
extern
MooseEnum
expansion_type
;
26
extern
MooseEnum
generation_type
;
single_series_types_2D
MooseEnum single_series_types_2D
tol
const double tol
Definition:
Setup.h:17
Cartesian.h
Legendre.h
CylindricalDuo.h
expansion_type
MooseEnum expansion_type
single_series_types_1D
MooseEnum single_series_types_1D
name
const std::string name
Definition:
Setup.h:20
MooseEnum
generation_type
MooseEnum generation_type
Zernike.h
Generated on Thu Jul 17 2025 01:43:51 for https://mooseframework.inl.gov by
1.8.14