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
f977fa60
Commit
f977fa60
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Corrected a few Doxygen documentation errors.
parent
cabbaecc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gravity_cache.h
+1
-0
1 addition, 0 deletions
src/gravity_cache.h
src/runner_doiact_vec.c
+3
-5
3 additions, 5 deletions
src/runner_doiact_vec.c
with
4 additions
and
5 deletions
src/gravity_cache.h
+
1
−
0
View file @
f977fa60
...
@@ -128,6 +128,7 @@ static INLINE void gravity_cache_init(struct gravity_cache *c, int count) {
...
@@ -128,6 +128,7 @@ static INLINE void gravity_cache_init(struct gravity_cache *c, int count) {
* @param gcount_padded The number of particle to read padded to the next
* @param gcount_padded The number of particle to read padded to the next
* multiple of the vector length.
* multiple of the vector length.
* @param shift A shift to apply to all the particles.
* @param shift A shift to apply to all the particles.
* @param cell The cell the #gpart are in.
*/
*/
__attribute__
((
always_inline
))
INLINE
void
gravity_cache_populate
(
__attribute__
((
always_inline
))
INLINE
void
gravity_cache_populate
(
struct
gravity_cache
*
c
,
const
struct
gpart
*
restrict
gparts
,
int
gcount
,
struct
gravity_cache
*
c
,
const
struct
gpart
*
restrict
gparts
,
int
gcount
,
...
...
This diff is collapsed.
Click to expand it.
src/runner_doiact_vec.c
+
3
−
5
View file @
f977fa60
...
@@ -243,14 +243,12 @@ __attribute__((always_inline)) INLINE static void storeInteractions(
...
@@ -243,14 +243,12 @@ __attribute__((always_inline)) INLINE static void storeInteractions(
* @param di_max Maximal position on the axis that can interact in cell ci
* @param di_max Maximal position on the axis that can interact in cell ci
* @param dj_min Minimal position on the axis that can interact in cell ci
* @param dj_min Minimal position on the axis that can interact in cell ci
* @param max_index_i array to hold the maximum distances of pi particles into
* @param max_index_i array to hold the maximum distances of pi particles into
* cell
* #cell cj
* cj
* @param max_index_j array to hold the maximum distances of pj particles into
* @param max_index_j array to hold the maximum distances of pj particles into
* cell
* #cell cj
* cj
* @param init_pi first pi to interact with a pj particle
* @param init_pi first pi to interact with a pj particle
* @param init_pj last pj to interact with a pi particle
* @param init_pj last pj to interact with a pi particle
* @param
e The #engine
.
* @param
max_active_bin The largest time-bin active during this step
.
*/
*/
__attribute__
((
always_inline
))
INLINE
static
void
populate_max_index_no_cache
(
__attribute__
((
always_inline
))
INLINE
static
void
populate_max_index_no_cache
(
const
struct
cell
*
ci
,
const
struct
cell
*
cj
,
const
struct
cell
*
ci
,
const
struct
cell
*
cj
,
...
...
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