Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
b8eaa38d
Commit
b8eaa38d
authored
Sep 22, 2017
by
Berenger Bramas
Browse files
Remove tests and comments
parent
0de739dd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
bfps/cpp/particles/p2p_computer.hpp
View file @
b8eaa38d
...
...
@@ -25,8 +25,8 @@ public:
const
real_number
pos_part2
[],
const
real_number
data_part2
[],
real_number
rhs_part2
[],
const
real_number
dist_pow2
,
const
real_number
xshift_coef
,
const
real_number
yshift_coef
,
const
real_number
zshift_coef
)
const
{
rhs_part1
[
0
]
+=
1
;
rhs_part2
[
0
]
+=
1
;
// TODO put the kernel here
static_assert
(
size_particle_positions
==
3
,
"This kernel works only with 3 values for one position"
)
;
}
};
...
...
bfps/cpp/particles/p2p_distr_mpi.hpp
View file @
b8eaa38d
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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