Metadata-Version: 2.2
Name: ug4py-plugins-superlu
Version: 0.0.1
Summary: This is UG4-plugin for ijkdata.
Description-Content-Type: text/markdown

# SuperLU plugin

**UG4-Plugin** implementing an interface for the [SuperLU solver](https://github.com/xiaoyeli/superlu)

Copyright 2014-2023 Goethe University Frankfurt

## Install
Please install/clone this repository through UG4's package manager[ughub](https://github.com/UG4/ughub).

The default is the *internal* SuperLU v6.0.0, which is included as a submodule. Switching to an *external* version can be achieved via cmake:

 ```
 cmake -DSuperLU6=ON [-DUSE_INTERNAL_SUPERLU=ON|OFF] ..
 ```


## Dependency
* [SuperLU solver (v6.0.0)](https://github.com/xiaoyeli/superlu) is included as a submodule.
* If you are using SuperLU, remember to cite it! Bibtex information is [here](http://crd-legacy.lbl.gov/~xiaoye/SuperLU/referencing.html).

## License
The plugin can be used in accordance with SuperLU license. 
