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
61224f8d
Commit
61224f8d
authored
Jan 26, 2016
by
BRAMAS Berenger
Browse files
provide access to precomputed matrix
parent
af65d3e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Kernels/Uniform/FUnifM2LHandler.hpp
View file @
61224f8d
...
...
@@ -311,6 +311,9 @@ public:
}
const
FComplex
<
FReal
>&
getFc
(
const
int
i
,
const
int
j
)
const
{
return
FC
[
i
*
opt_rc
+
j
];
}
};
...
...
@@ -488,6 +491,9 @@ public:
Dft
.
applyDFT
(
Py
,
FY
);
}
const
FComplex
<
FReal
>&
getFc
(
const
int
i
,
const
int
j
)
const
{
return
FC
[
i
*
opt_rc
+
j
];
}
};
...
...
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