www.mooseframework.org
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://www.mooseframework.org
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
17
// Set the global tolerances
18
const
double
tol
= 1e-13;
19
20
// Set the name
21
const
std::string
name
=
"UnitTesting"
;
22
23
// Recreate the MooseEnum types used in validParams<FunctionSeries>()
24
extern
MooseEnum
single_series_types_1D
;
25
extern
MooseEnum
single_series_types_2D
;
26
extern
MooseEnum
expansion_type
;
27
extern
MooseEnum
generation_type
;
28
Cartesian.h
single_series_types_1D
MooseEnum single_series_types_1D
expansion_type
MooseEnum expansion_type
Legendre.h
single_series_types_2D
MooseEnum single_series_types_2D
CylindricalDuo.h
generation_type
MooseEnum generation_type
tol
const double tol
Definition:
Setup.h:18
name
const std::string name
Definition:
Setup.h:21
Zernike.h
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16