Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meopar_demo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
James Caveen
meopar_demo
Commits
e84b9abb
Commit
e84b9abb
authored
Mar 03, 2017
by
James Caveen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gnupot directive files
parent
e86ce13d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gnuplot_heat2d.dir
gnuplot_heat2d.dir
+7
-0
gnuplot_laplace.dir
gnuplot_laplace.dir
+5
-0
No files found.
gnuplot_heat2d.dir
0 → 100644
View file @
e84b9abb
set term X11 0
set view map
splot 'initial.dat' matrix with image
set term X11 1
splot 'final.dat' matrix with image
pause -1 "Hit enter to quit"
gnuplot_laplace.dir
0 → 100644
View file @
e84b9abb
set term X11 0
set contour base
splot 'laplace_solution.txt' with lines
pause -1 "Hit enter to quit"
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