Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
96392593
Commit
96392593
authored
Dec 09, 2015
by
Henry Weller
Browse files
LimitFuncs: Update function specializations to satisfy gcc, clang and icpc
parent
d1941723
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/LimitFuncs.H
View file @
96392593
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2015
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -95,6 +95,24 @@ public:
)
const
;
};
template
<
>
inline
tmp
<
volScalarField
>
magSqr
<
scalar
>::
operator
()
(
const
volScalarField
&
phi
)
const
;
template
<
>
inline
tmp
<
volScalarField
>
magSqr
<
symmTensor
>::
operator
()
(
const
volSymmTensorField
&
phi
)
const
;
template
<
>
inline
tmp
<
volScalarField
>
magSqr
<
tensor
>::
operator
()
(
const
volTensorField
&
phi
)
const
;
template
<
class
Type
>
class
rhoMagSqr
...
...
@@ -110,6 +128,12 @@ public:
)
const
;
};
template
<
>
inline
tmp
<
volScalarField
>
rhoMagSqr
<
scalar
>::
operator
()
(
const
volScalarField
&
phi
)
const
;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment