lapack4abaqus

Create lapack.f for Abaqus to include.


Keywords
abaqus, lapack
License
MIT
Install
pip install lapack4abaqus==1.0.8

Documentation

lapack4abaqus

GitHub release (with filter) Upload Python Package PyPI - Version PyPI - Downloads GitHub License

Create lapack.f for Abaqus to include, by adding k to the name of each subroutine and function.

Install

Use PyPI to install lapack4abaqus:

pip install lapack4abaqus

Usage

Run the following script, then you will get the desired lapack.f to include.

from lapack4abaqus import gen_lapack

gen_lapack(
    functions = ["dgetrf", "dgetri"], # list of desired funtions or subroutines
)