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
614928e3
You need to sign in or sign up before continuing.
Commit
614928e3
authored
7 years ago
by
James Willis
Browse files
Options
Downloads
Patches
Plain Diff
Removed unneeded force properties in interaction cache.
parent
1bfcfaf6
No related branches found
No related tags found
1 merge request
!406
Doself2 vectorisation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cache.h
+0
-18
0 additions, 18 deletions
src/cache.h
with
0 additions
and
18 deletions
src/cache.h
+
0
−
18
View file @
614928e3
...
...
@@ -111,24 +111,6 @@ struct c2_cache {
/* z velocity of particle pj. */
float
vzq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Density of particle pj. */
float
rhoq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Smoothing length gradient of particle pj. */
float
grad_hq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Pressure over density squared of particle pj. */
float
pOrho2q
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Balsara switch of particle pj. */
float
balsaraq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Sound speed of particle pj. */
float
soundspeedq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
/* Inverse smoothing length of particle pj. */
float
h_invq
[
C2_CACHE_SIZE
]
SWIFT_CACHE_ALIGN
;
};
/**
...
...
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