Skip to content
Snippets Groups Projects
Commit 2ce93c74 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add comment

parent 799ed2b0
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,10 @@ class abstract_particle_set
particle_rnumber *result) = 0;
// apply p2p kernel
// IMPORTANT: this method shuffles particle arrays.
// If you need some data to be shuffled according to the same permutation,
// please place it in `additional_data`.
// This applies for instance to rhs data during time steps.
template <int state_size,
class p2p_kernel_class>
int applyP2PKernel(
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment