Schwarz Library

Schwarz Library is an implementation of the asynchronous Schwarz methods using Ginkgo.

View the Project on GitHub pratikvn/schwarz-lib

Installation Instructions


Building

Use the standard cmake build procedure:

mkdir build; cd build
cmake -G "Unix Makefiles" [OPTIONS] .. && make

Replace [OPTIONS] with desired cmake options for your build. The library adds the following additional switches to control what is being built:

Tips