Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
b0feeacd
Commit
b0feeacd
authored
Sep 18, 2014
by
COULAUD Olivier
Browse files
Adaptative with LOGs
parent
0a7bc3fa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Data/noDist/prolate50-ref.fma
0 → 100644
View file @
b0feeacd
8 8
20 10 0 0 0
-0.381596 -0.909478 -1.65028 7.82637e-06 2.541938222 1.557606994e-06 3.489201182e-06 1.9909474e-07
-0.328097 -0.475796 -8.1607 0.131538 1.119259139 0.0008908943508 0.004579383445 0.02555980285
0.773946 -0.488975 4.02381 0.755605 3.011973162 -1.45016502 -1.652190245 -2.411831961
0.841093 0.258549 -4.75094 0.45865 1.98990251 -0.2577510645 0.03655161637 0.1546151569
-0.631449 -0.695168 -3.43532 0.532767 2.15223708 0.07790438363 0.2755104636 -0.006342371017
0.855311 0.420252 3.03037 0.218959 2.376001959 -0.03848747137 -0.1167391388 0.07418806718
-0.0908349 0.632258 7.69414 0.0470446 5.012127274 0.9218738946 -0.04010423188 0.4409636235
-0.837853 0.118 5.3299 0.678865 1.634756411 0.1767291196 -0.03509828097 -0.1226211785
-0.565994 0.690639 -4.50186 0.679296 2.910213541 -1.257188682 -1.850335729 -0.5607101455
0.799983 -0.599417 -0.269652 0.934693 1.907152543 -0.2129228855 0.2885587276 -0.02844632625
-0.42005 0.906916 0.325839 0.383502 2.89458325 0.434894857 0.007264147335 -0.595471763
-0.101258 0.994787 -0.120466 0.519416 2.798499163 -0.3339421311 -0.2683887681 0.3091350594
-0.164731 0.958734 -2.31716 0.830965 2.092163739 -0.003599627918 -0.1920184011 0.01079716782
-0.973424 0.221148 0.594948 0.0345721 2.634378832 0.02483866798 0.01471930828 -0.01397072505
0.532694 0.535145 6.55635 0.0534616 2.001048773 -0.01524642715 -0.004049037322 0.001833595101
0.626587 -0.682149 3.76911 0.5297 3.660159952 1.30712139 1.873943426 2.287116347
0.0663265 0.625817 7.77144 0.671149 1.431005579 -0.9270508856 0.007352727933 -0.6234777785
-0.951257 -0.0795204 -2.9797 0.00769819 2.98995399 0.005367080118 -0.001040743771 -0.003162173107
-0.764777 0.449732 -4.61365 0.383416 3.753458481 1.512786443 1.666239546 0.9383888638
-0.23121 0.970786 -0.641653 0.0668422 3.441324218 0.03394590788 -0.01475826149 0.123436539
Src/Adaptive/FAdaptiveKernelWrapper.hpp
View file @
b0feeacd
This diff is collapsed.
Click to expand it.
Tests/noDist/testAdaptiveUnifFMM.cpp
View file @
b0feeacd
...
...
@@ -88,6 +88,11 @@ int main(int argc, char ** argv){
FParameterDefinitions
::
OctreeSubHeight
,
FParameterDefinitions
::
InputFile
,
LocalOptionMinMultipoleThreshod
,
LocalOptionMinLocalThreshod
);
for
(
int
i
=
0
;
i
<
argc
;
++
i
){
std
::
cout
<<
argv
[
i
]
<<
" "
;
}
std
::
cout
<<
std
::
endl
<<
std
::
endl
;
// ---------------------------------------------
const
std
::
string
fileName
(
FParameters
::
getStr
(
argc
,
argv
,
FParameterDefinitions
::
InputFile
.
options
,
"../Data/noDistprolate50.out.fma"
));
const
unsigned
int
TreeHeight
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
OctreeHeight
.
options
,
3
);
const
unsigned
int
SubTreeHeight
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
OctreeSubHeight
.
options
,
2
);
...
...
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