Difference between revisions of "The On Ramp"
(Add link to Fortran page) |
|||
Line 9: | Line 9: | ||
* [[Vim|Getting comfortable with Vim]] | * [[Vim|Getting comfortable with Vim]] | ||
* Getting started with CMake | * Getting started with CMake | ||
− | * New to Fortran? | + | * [[Fortran|New to Fortran?]] |
* Working with C++. | * Working with C++. | ||
* [[Making A New Wiki | Editing this Wiki]] | * [[Making A New Wiki | Editing this Wiki]] |
Revision as of 13:29, 18 October 2020
Welcome to the PHASTA On Ramp! This page is meant to organize information for getting up to speed with the overall PHASTA workflow, as well as help you up your game as a PHASTA developer.
Level 0
Ready to get your feet wet? Maybe you need to brush up on some fundamental skills. Level 0 provides tutorials and information on basic developer skills you will need to work with PHASTA.
- Logging in
- Setting up your VNC
- Getting started with Linux
- Getting Git
- Getting comfortable with Vim
- Getting started with CMake
- New to Fortran?
- Working with C++.
- Editing this Wiki
Level 1
So you think you know how to grep
for keywords and mkdir
some folders? Now you're probably ready to jump into PHASTA.
Level 2
Now that you've plotted some "Colorful Fluid Dynamics" (CFD) you're probably interested in digging into the guts of PHASTA, and getting it running on some more interesting hardware.
- Building PHASTA from scratch (this page is out of date)
- Available linear algebra packages in PHASTA
- Building Chef and other SCOREC core tools
Level 3
ParaView isn't cutting it for your research? Now its time to start writing your own analysis code. How to do custom pre and post processing is described here, along with more complex ways of using PHASTA for interesting CFD simulations
- phastaIO, the structure of geombc and restart files
- MATLAB-based Analysis
- STG
- Python + VTK using vtkpytools
Level 4
You're probably close to defending at this point, so before you go get that sweet industry job, you should drop some of your lofty knowledge here!