Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
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
Model registry
Operate
Environments
Monitor
Incidents
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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
bba2bb8f
Commit
bba2bb8f
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing for complex IO
parent
e2350ecd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3481
passed
3 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example/Vector/5_molecular_dynamic_sym_crs/main.cpp
+2
-2
2 additions, 2 deletions
example/Vector/5_molecular_dynamic_sym_crs/main.cpp
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
with
3 additions
and
3 deletions
example/Vector/5_molecular_dynamic_sym_crs/main.cpp
+
2
−
2
View file @
bba2bb8f
...
@@ -363,7 +363,7 @@ int main(int argc, char* argv[])
...
@@ -363,7 +363,7 @@ int main(int argc, char* argv[])
size_t
sz
[
3
]
=
{
10
,
10
,
10
};
size_t
sz
[
3
]
=
{
10
,
10
,
10
};
// domain
// domain
Box
<
3
,
float
>
box
({
0.0
,
0.0
,
0.0
},{
1.0
,
1.0
,
1.0
});
Box
<
3
,
double
>
box
({
0.0
,
0.0
,
0.0
},{
1.0
,
1.0
,
1.0
});
// Boundary conditions
// Boundary conditions
size_t
bc
[
3
]
=
{
PERIODIC
,
PERIODIC
,
PERIODIC
};
size_t
bc
[
3
]
=
{
PERIODIC
,
PERIODIC
,
PERIODIC
};
...
@@ -371,7 +371,7 @@ int main(int argc, char* argv[])
...
@@ -371,7 +371,7 @@ int main(int argc, char* argv[])
//! \cond [remove_lower_part] \endcond
//! \cond [remove_lower_part] \endcond
// ghost, big enough to contain the interaction radius
// ghost, big enough to contain the interaction radius
Ghost
<
3
,
float
>
ghost
(
r_gskin
);
Ghost
<
3
,
double
>
ghost
(
r_gskin
);
ghost
.
setLow
(
0
,
0.0
);
ghost
.
setLow
(
0
,
0.0
);
ghost
.
setLow
(
1
,
0.0
);
ghost
.
setLow
(
1
,
0.0
);
ghost
.
setLow
(
2
,
0.0
);
ghost
.
setLow
(
2
,
0.0
);
...
...
This diff is collapsed.
Click to expand it.
openfpm_io
@
18e22b84
Subproject commit 1
4a7eed8a4637eace469129e924e2ab5ce540bd9
Subproject commit 1
8e22b8448daf4fac4069627d2b8975c73c66fda
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