Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
2ce93c74
Commit
2ce93c74
authored
Aug 10, 2020
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
add comment
parent
799ed2b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cpp/particles/interpolation/abstract_particle_set.hpp
+4
-0
4 additions, 0 deletions
cpp/particles/interpolation/abstract_particle_set.hpp
with
4 additions
and
0 deletions
cpp/particles/interpolation/abstract_particle_set.hpp
+
4
−
0
View file @
2ce93c74
...
...
@@ -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
(
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment