|
|
BassoBasso is a set of C++ objects to emulate basic finite element operations. Its emphasis is on flexibility as well as performance. Although, as always, we could stand to do better in performance. It is still very much in development and as of now only easily available to my research group. If you wish to have a version please feel free to contact Dr Jack Chessa.
CodeThe code is available on the Computational Mechanics subversion server http:/indurain.utep.edu. Note you will need to be behind the UTEP firewall to access this svn server. For those with access you can download the latest trunk with the following commandsvn export http://indurain.utep.edu/svn/basso/trunk ./basso_export
RequirementsAs the code is set up now it requires BLAS, LAPACK and SuperLu. All of which are currently installed on the computers in the Computational Mechanics Lab.
Doxygen DocumentationDoxygen generated documentation for Basso is available here. |