Skip to content

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

License

Notifications You must be signed in to change notification settings

huang-lihao/lapack4abaqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages