Skip to content

This repository contains the data set, scripts, and the report we submitted to fulfill the requirement of the APMA4302 course.

License

Notifications You must be signed in to change notification settings

gh2546/Project_APMA4302

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains the data set, scripts, and the report we submitted to fulfill the requirement of the APMA4302 course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages