undefFieldFunctionsM.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2011 OpenFOAM Foundation
9  Copyright (C) 2023 OpenCFD Ltd.
10 -------------------------------------------------------------------------------
11 License
12  This file is part of OpenFOAM.
13 
14  OpenFOAM is free software: you can redistribute it and/or modify it
15  under the terms of the GNU General Public License as published by
16  the Free Software Foundation, either version 3 of the License, or
17  (at your option) any later version.
18 
19  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22  for more details.
23 
24  You should have received a copy of the GNU General Public License
25  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
26 
27 \*---------------------------------------------------------------------------*/
28 
29 #undef UNARY_FUNCTION
30 #undef UNARY_FUNCTION_TRANSFORM
31 #undef UNARY_FUNCTION_INTERFACE
32 
33 #undef UNARY_OPERATOR
34 #undef UNARY_OPERATOR_TRANSFORM
35 #undef UNARY_OPERATOR_INTERFACE
36 
37 #undef BINARY_FUNCTION
38 #undef BINARY_FUNCTION_TRANSFORM
39 #undef BINARY_FUNCTION_INTERFACE
40 
41 #undef BINARY_TYPE_FUNCTION
42 #undef BINARY_TYPE_FUNCTION_SF
43 #undef BINARY_TYPE_FUNCTION_FS
44 #undef BINARY_FUNCTION_TRANSFORM_SF
45 #undef BINARY_FUNCTION_INTERFACE_SF
46 #undef BINARY_FUNCTION_TRANSFORM_FS
47 #undef BINARY_FUNCTION_INTERFACE_FS
48 
49 #undef BINARY_OPERATOR
50 #undef BINARY_TYPE_OPERATOR
51 #undef BINARY_TYPE_OPERATOR_SF
52 #undef BINARY_TYPE_OPERATOR_FS
53 
54 #undef TERNARY_FUNCTION
55 #undef TERNARY_FUNCTION_TRANSFORM
56 #undef TERNARY_FUNCTION_INTERFACE
57 #undef TERNARY_TYPE_FUNCTION
58 #undef TERNARY_TYPE_FUNCTION_FFS
59 #undef TERNARY_TYPE_FUNCTION_FSF
60 #undef TERNARY_TYPE_FUNCTION_SFF
61 #undef TERNARY_TYPE_FUNCTION_SSF
62 #undef TERNARY_TYPE_FUNCTION_SFS
63 #undef TERNARY_TYPE_FUNCTION_FSS
64 
65 #undef TEMPLATE
66 
67 // ************************************************************************* //