Personal tools

Difference between revisions of "Junior Research Team"

From hpcwiki

Jump to: navigation, search
(TOPICS)
Line 1: Line 1:
 
=TOPICS=
 
=TOPICS=
 
* [[JRT#Videogames|Videogames and Visualization]]
 
* [[JRT#Videogames|Videogames and Visualization]]
 +
 +
== Mathematical Modeling and Simulation  ==
 +
 +
* [[JRT:Modeling and Simulation Team]]
 
* [[JRT#Modelling and simulation|Modelling and simulation]]
 
* [[JRT#Modelling and simulation|Modelling and simulation]]
 +
 +
== General Software Development ==
 +
 
* [[JRT#Web Systems|Web Systems and IT]]
 
* [[JRT#Web Systems|Web Systems and IT]]
 
* [[JRT#Programing|Programing Skills]]
 
* [[JRT#Programing|Programing Skills]]

Revision as of 17:19, 10 July 2017

Contents

TOPICS

Mathematical Modeling and Simulation

General Software Development

TUTORIALS

1. 2-D Wave propagation (Bash Script running a C++ program)

  1. Download the C++ Code
  2. Download the Bash script
  3. Put both files in the same folder
  4. Compile the C++ code and use "wave" as the program filename
  5. Run the Bash script with the pipe ">" to create a .csv file
  6. Use software like Matlab or Python to visualize results

2. Harmonic Oscillators with Python

For this tutorial you require Python as well as the numpy and matplotlib modules