Skip to content

Latest commit

 

History

History
54 lines (52 loc) · 2.09 KB

File metadata and controls

54 lines (52 loc) · 2.09 KB

Project APMA4302

Project APMA 4302 is a repository dedicated to the course project titled "Generating Gaussian Random Field With GivenAutocorrelation Functions using Karhunen-LoèveExpansion". It encompasses the deal.II script, automated python launching scrips, the data set, log files, post-processing scripts, and the report we submitted to fulfill the requirement of the APMA4302 course. For more details, please contact Ashutosh Rawat (ar4171@columbia.edu) and Gurpreet Singh Hora (gh2546@columbia.edu)

Organization of this directory

.
├── LICENSE
├── README.md
├── data
│   └── README.txt
├── figures
│   ├── coarse_resolution
│   │   ├── profiling.png
│   │   ├── roof_line.png
│   │   ├── speed_up_strong.png
│   │   ├── speed_up_strong1.png
│   │   ├── strong_scaling.png
│   │   ├── weak_scaling.png
│   │   └── weak_scaling_speedup.png
│   └── fine_resolution
│       ├── profiling.png
│       ├── roof_line.png
│       ├── speed_up_strong.png
│       ├── speed_up_strong1.png
│       ├── strong_scaling.png
│       ├── strong_speedup_new.png
│       ├── weak_scaling.png
│       └── weak_scaling_speedup.png
├── logs
│   ├── coarse_resolution
│   │   ├── launch.log
│   │   ├── out1.log
│   │   ├── out2.log
│   │   ├── out3.log
│   │   ├── out4.log
│   │   ├── out5.log
│   │   └── out6.log
│   └── fine_resolution
│       ├── launch.log
│       ├── out1.log
│       ├── out2.log
│       ├── out3.log
│       ├── out4.log
│       ├── out5.log
│       └── out6.log
├── reports
│   └── ar4171_gh2546_APMA_4302.pdf
└── src
    ├── CMakeLists.txt
    ├── klexpansion.cpp
    ├── scaling_coarse.ipynb
    └── scaling_fine.ipynb

9 directories, 37 files