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
1c954e09
Commit
1c954e09
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes.
parent
59ab477b
No related branches found
No related tags found
1 merge request
!433
Correct wrapping of multipoles in FFT task
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/runner_doiact_fft.c
+2
-0
2 additions, 0 deletions
src/runner_doiact_fft.c
with
2 additions
and
0 deletions
src/runner_doiact_fft.c
+
2
−
0
View file @
1c954e09
...
...
@@ -57,6 +57,7 @@ __attribute__((always_inline)) INLINE static int row_major_id(int i, int j,
* @param rho The density mesh.
* @param N the size of the mesh along one axis.
* @param fac The width of a mesh cell.
* @param dim The dimensions of the simulation box.
*/
__attribute__
((
always_inline
))
INLINE
static
void
multipole_to_mesh_CIC
(
const
struct
gravity_tensors
*
m
,
double
*
rho
,
int
N
,
double
fac
,
...
...
@@ -107,6 +108,7 @@ __attribute__((always_inline)) INLINE static void multipole_to_mesh_CIC(
* @param pot The potential mesh.
* @param N the size of the mesh along one axis.
* @param fac width of a mesh cell.
* @param dim The dimensions of the simulation box.
*/
__attribute__
((
always_inline
))
INLINE
static
void
mesh_to_multipole_CIC
(
struct
gravity_tensors
*
m
,
const
double
*
pot
,
int
N
,
double
fac
,
...
...
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