Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
7eee9116
Commit
7eee9116
authored
6 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Document change of entry struct to sort_entry
parent
14857649
No related branches found
No related tags found
1 merge request
!838
Speed up memory use reports
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/runner_doiact_vec.c
+5
-5
5 additions, 5 deletions
src/runner_doiact_vec.c
with
5 additions
and
5 deletions
src/runner_doiact_vec.c
+
5
−
5
View file @
7eee9116
...
...
@@ -240,8 +240,8 @@ __attribute__((always_inline)) INLINE static void storeInteractions(
*
* @param ci #cell pointer to ci
* @param cj #cell pointer to cj
* @param sort_i #entry array for particle distance in ci
* @param sort_j #entry array for particle distance in cj
* @param sort_i #
sort_
entry array for particle distance in ci
* @param sort_j #
sort_
entry array for particle distance in cj
* @param dx_max maximum particle movement allowed in cell
* @param rshift cutoff shift
* @param hi_max Maximal smoothing length in cell ci
...
...
@@ -399,8 +399,8 @@ __attribute__((always_inline)) INLINE static void populate_max_index_density(
*
* @param ci #cell pointer to ci
* @param cj #cell pointer to cj
* @param sort_i #entry array for particle distance in ci
* @param sort_j #entry array for particle distance in cj
* @param sort_i #
sort_
entry array for particle distance in ci
* @param sort_j #
sort_
entry array for particle distance in cj
* @param dx_max maximum particle movement allowed in cell
* @param rshift cutoff shift
* @param hi_max_raw Maximal smoothing length in cell ci
...
...
@@ -571,7 +571,7 @@ __attribute__((always_inline)) INLINE static void populate_max_index_force(
* @param runner_shift_x The runner_shift in the x direction.
* @param runner_shift_y The runner_shift in the y direction.
* @param runner_shift_z The runner_shift in the z direction.
* @param sort_j #entry array for particle distance in cj
* @param sort_j #
sort_
entry array for particle distance in cj
* @param max_index_i array to hold the maximum distances of pi particles into
* #cell cj
* @param flipped Flag to check whether the cells have been flipped or not.
...
...
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
register
or
sign in
to comment