forked from CrazyAncestor/Multigrid_Poisson_Solver
-
Notifications
You must be signed in to change notification settings - Fork 0
ChunYen-Chen/Multigrid_Poisson_Solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Run the program: 1. make clean 2. make 3. cd bin 4. sh clean.sh 5. ./main Simulation Parameters: Please edit include/simulation_option.h Add new simulation: 1. goto "include/macro.h" define a new problem number(e.g. #define PROB_TEST) 2. goto "initialize.cpp" add a new initialize funciton for your problem. 3. goto "include/initialize.h" add the prototype for your function. 4. goto "include/simulation_option.h" define PROB_NUM to be your PROB_TEST
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 67.5%
- Cuda 20.6%
- Python 8.1%
- C 2.5%
- Makefile 1.3%