https://mooseframework.inl.gov
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()
MooseEnum single_series_types_2D
const double tol
Definition: Setup.h:17
MooseEnum expansion_type
MooseEnum single_series_types_1D
const std::string name
Definition: Setup.h:20
MooseEnum generation_type