Skip to content

ChunYen-Chen/Multigrid_Poisson_Solver

 
 

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

No packages published

Languages

  • C++ 67.5%
  • Cuda 20.6%
  • Python 8.1%
  • C 2.5%
  • Makefile 1.3%