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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
b8eaa38d
Commit
b8eaa38d
authored
7 years ago
by
Berenger Bramas
Browse files
Options
Downloads
Patches
Plain Diff
Remove tests and comments
parent
0de739dd
No related branches found
No related tags found
1 merge request
!23
WIP: Feature/use cmake
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bfps/cpp/particles/p2p_computer.hpp
+2
-2
2 additions, 2 deletions
bfps/cpp/particles/p2p_computer.hpp
bfps/cpp/particles/p2p_distr_mpi.hpp
+0
-214
0 additions, 214 deletions
bfps/cpp/particles/p2p_distr_mpi.hpp
with
2 additions
and
216 deletions
bfps/cpp/particles/p2p_computer.hpp
+
2
−
2
View file @
b8eaa38d
...
@@ -25,8 +25,8 @@ public:
...
@@ -25,8 +25,8 @@ public:
const
real_number
pos_part2
[],
const
real_number
data_part2
[],
real_number
rhs_part2
[],
const
real_number
pos_part2
[],
const
real_number
data_part2
[],
real_number
rhs_part2
[],
const
real_number
dist_pow2
,
const
real_number
dist_pow2
,
const
real_number
xshift_coef
,
const
real_number
yshift_coef
,
const
real_number
zshift_coef
)
const
{
const
real_number
xshift_coef
,
const
real_number
yshift_coef
,
const
real_number
zshift_coef
)
const
{
rhs_part1
[
0
]
+=
1
;
// TODO put the kernel here
rhs_part2
[
0
]
+=
1
;
static_assert
(
size_particle_positions
==
3
,
"This kernel works only with 3 values for one position"
)
;
}
}
};
};
...
...
This diff is collapsed.
Click to expand it.
bfps/cpp/particles/p2p_distr_mpi.hpp
+
0
−
214
View file @
b8eaa38d
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