Metadata-Version: 2.1
Name: ebbef2p-python
Version: 0.0.2.dev1
Summary: Tool for Finite Element Analysis of beams on elastic foundations
Home-page: https://github.com/bteodoru/ebbef2p-python
Author: Bogdan Teodoru
Author-email: bteodoru@gmail.com
License: UNKNOWN
Description: 
        # EBBEF2p for Python
        
        [![PyPI version](https://badge.fury.io/py/ebbef2p-python.svg)](https://badge.fury.io/py/ebbef2p-python)
        [![GitHub license](https://img.shields.io/github/license/bteodoru/ebbef2p-python)](https://github.com/bteodoru/ebbef2p-python/blob/master/LICENSE)
        [![Build Status](https://travis-ci.com/bteodoru/ebbef2p-python.svg?branch=master)](https://travis-ci.com/bteodoru/ebbef2p-python)
        [![Coverage Status](https://coveralls.io/repos/github/bteodoru/ebbef2p-python/badge.svg?branch=master)](https://coveralls.io/github/bteodoru/ebbef2p-python?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/ebbef2p-python/badge/?version=latest)](https://ebbef2p-python.readthedocs.io/en/latest/?badge=latest)
        ## Background
        
        The computer program EBBEF2p was originally written as a toolbox for the MATLAB computing environment. EBBEF2p (Euler-Bernoulli Beams on Two-Parameter Elastic Foundationis) can handle a wide range of static loading problems involving one-dimensional beams supported by elastic foundation.
        
        ## Why EBBEF2p for Python?
        Matlab is a quite expensive comercial product, which means that code that is written in Matlab can only be used by people with sufficient funds to buy a license. Unlike MATLAB, Python is free to use and distribute both for personal and commercial use.
        
Keywords: finite element method,math,numerics,elastic foundation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
