Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
bcc8fc1a
Commit
bcc8fc1a
authored
Apr 01, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing examples
parent
08427010
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
example/Numerics/PSE/1_Diffusion_1D/main.cpp
example/Numerics/PSE/1_Diffusion_1D/main.cpp
+1
-1
images/mooving_particles.py
images/mooving_particles.py
+1
-1
images/mooving_particles_prc.py
images/mooving_particles_prc.py
+1
-1
No files found.
example/Numerics/PSE/1_Diffusion_1D/main.cpp
View file @
bcc8fc1a
...
...
@@ -362,7 +362,7 @@ int main(int argc, char* argv[])
options
.
lineWidth
=
1.0
;
GoogleChart
cg
;
cg
.
Add
Point
sGraph
(
x
,
y
,
options
);
cg
.
Add
Line
sGraph
(
x
,
y
,
options
);
cg
.
write
(
"PSE_plot.html"
);
//
...
...
images/mooving_particles.py
View file @
bcc8fc1a
...
...
@@ -101,4 +101,4 @@ renderView1.CameraFocalPoint = [0.500684285, 0.49876095249999997, 0.0]
renderView1
.
CameraParallelScale
=
0.7052859287230878
# save animation images/movie
WriteAnimation
(
'
Vector
/particles_mooving.ogv'
,
Magnification
=
1
,
FrameRate
=
25.0
,
Compression
=
True
)
WriteAnimation
(
'
generated
/particles_mooving.ogv'
,
Magnification
=
1
,
FrameRate
=
25.0
,
Compression
=
True
)
images/mooving_particles_prc.py
View file @
bcc8fc1a
...
...
@@ -105,4 +105,4 @@ renderView1.CameraFocalPoint = [0.500684285, 0.49876095249999997, 0.0]
renderView1
.
CameraParallelScale
=
0.7052859287230878
# save animation images/movie
WriteAnimation
(
'
Vector
/particles_mooving_prc.ogv'
,
Magnification
=
1
,
FrameRate
=
25.0
,
Compression
=
True
)
WriteAnimation
(
'
generated
/particles_mooving_prc.ogv'
,
Magnification
=
1
,
FrameRate
=
25.0
,
Compression
=
True
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment