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
adce7aec
Commit
adce7aec
authored
Jul 04, 2016
by
Quentin Khan
Browse files
FCountKernel: comment improvement
parent
ef44c2bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/Adaptive/FCountKernel.hpp
View file @
adce7aec
...
...
@@ -187,11 +187,14 @@ struct FCountKernel {
* Direct computation of interactions between particles of a leaf and those
* of its neighbours.
*
* \param unnamed Unused, coordinates of the target node
* \note This overload computes the interactions between the cell and itself in
* addition to the given neighbours.
*
* \param c Unused, coordinates of the target node
* \param target_particle_container Target node target particle container
* \param source_particle_container Target node source particle container
* \param u_item_source_particle_container Source particle container pointer array
* \param
unnamed
Unused, source particle container array positions relative to current leaf
* \param
positions
Unused, source particle container array positions relative to current leaf
* \param u_item_count u_item_source_particle_container size
*/
void
P2P
(
const
FTreeCoordinate
&
c
,
...
...
@@ -210,6 +213,22 @@ struct FCountKernel {
static
bool
NeedFinishedM2LEvent
()
{
return
false
;}
void
finishedLevelM2L
(
int
){}
/**
* \brief Particle to particle
*
* Direct computation of interactions between particles of a leaf and those
* of its neighbours.
*
* \note This overload computes the interactions between the cell and its given
* neighbours.
*
* \param c Unused, coordinates of the target node
* \param target_particle_container Target node target particle container
* \param source_particle_container Target node source particle container
* \param u_item_source_particle_container Source particle container pointer array
* \param positions Unused, source particle container array positions relative to current leaf
* \param u_item_count u_item_source_particle_container size
*/
void
P2P
(
const
FTreeCoordinate
&
,
ContainerClass
*
const
target_particle_container
,
const
ContainerClass
*
const
source_particle_container
,
...
...
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