Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
764fc9aa
Commit
764fc9aa
authored
Sep 22, 2014
by
BRAMAS Berenger
Browse files
add an extra order to the epsilon
parent
548749fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Kernels/Chebyshev/FChebSymKernel.hpp
View file @
764fc9aa
...
@@ -133,7 +133,7 @@ public:
...
@@ -133,7 +133,7 @@ public:
FChebSymKernel
(
const
int
inTreeHeight
,
FChebSymKernel
(
const
int
inTreeHeight
,
const
FReal
inBoxWidth
,
const
FReal
inBoxWidth
,
const
FPoint
&
inBoxCenter
,
const
FPoint
&
inBoxCenter
,
const
MatrixKernelClass
*
const
inMatrixKernel
)
:
FChebSymKernel
(
inTreeHeight
,
inBoxWidth
,
inBoxCenter
,
inMatrixKernel
,
FMath
::
pow
(
10.0
,
static_cast
<
FReal
>
(
-
ORDER
)))
const
MatrixKernelClass
*
const
inMatrixKernel
)
:
FChebSymKernel
(
inTreeHeight
,
inBoxWidth
,
inBoxCenter
,
inMatrixKernel
,
FMath
::
pow
(
10.0
,
static_cast
<
FReal
>
(
-
ORDER
-
1
)))
{}
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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