Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 913 Bytes

File metadata and controls

26 lines (18 loc) · 913 Bytes

SuperLU plugin

UG4-Plugin implementing an interface for the SuperLU solver

Copyright 2014-2023 Goethe University Frankfurt

Install

Please install/clone this repository through UG4's package managerughub.

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

  git submodule init 
  git submodule update
  • If you are using SuperLU, remember to cite it! Bibtex information is here.

License

The plugin can be used in accordance with SuperLU license.