Skip to main content

Create lapack.f for Abaqus to include.

Project description

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
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lapack4abaqus-1.0.6.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

lapack4abaqus-1.0.6-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page