pratikvn / schwarz-lib

Repository for testing asynchronous schwarz methods.
https://pratikvn.github.io/schwarz-lib/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Add a benchmarking problem with deal.ii matrix generation. #25

Closed pratikvn closed 4 years ago

pratikvn commented 4 years ago

Currently, only the 5 point laplacian matrix problem is available as a benchmarking test case. Adding problems from deal.ii should be an easy extension. See deal.ii/examples and the corresponding documentation for possible examples to use.

pratikvn commented 4 years ago

Two examples from deal.ii have been added, See benchmarking/deal_ii_ex_6.cpp and benchmarking/deal_ii_ex_9.cpp, solving the n-dimensional Poisson solver and the advection equation.