Library of anonymous finite elements with analytic derivatives.
Project description
======== Overview
2D beam model.
- Free software: BSD 3-Clause License
Installation
::
pip install elle
You can also install the in-development version with::
pip install https://github.com/claudioperez/Beam2D/archive/master.zip
Documentation
To use the project:
.. code-block:: python
from elle import beam2d
Development
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table:: :widths: 10 90 :stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Changelog
1.0.0 (2020-07-30)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
elle-0.0.1.tar.gz
(4.0 kB
view hashes)
Built Distribution
elle-0.0.1-py3-none-any.whl
(4.4 kB
view hashes)