Skip to content

vmykh/parallel_computing_PDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel computing PDE

====================================

MPI

To compile mpi, run:

mpicc explicit.c -o ./bin/mpiversion -std=c99 -lm -fopenmp

To run mpi:

mpirun -np 2 ./bin/mpiversion

##plotter.py

Builds 3dPlot using matplotlib and numpy.

For installing:

sudo apt-get install python-matplotlib
sudo apt-get install python-numpy

Data format:

x_min x_n step_x
t_min t_n step_t
Ui[t][x]

About

Final project for Parallel computing course - solving partial differential equations using OpenMP and MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •