Metadata-Version: 2.1
Name: structmanager
Version: 0.4.0
Summary: Structural Analysis Helper
Home-page: https://github.com/compmech/structmanager
Author: Saullo G. P. Castro
Author-email: castrosaullo@gmail.com
License: BSD
Keywords: structural analysis; stress analysis; automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Unix
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: coveralls
Requires-Dist: pyNastran
Requires-Dist: setuptools-git-version

=================================
Structure Manager (structmanager)
=================================

Structural Manager is intented to help in GFEM-type of analysis, where the
finite elment discretization is at a global level and detailed analysis is
performed using analytical or semi-analytical methods.

The structure is mapped onto the finite element model using two mapping files
and additional data is usually required to define for example exact beam
profiles that will be used in the real structures.

Documentation
-------------

The documentation is available on: http://compmech.github.io/structmanager/

Roadmap
-------

.. literalinclude:: ../../../ROADMAP.rst

Requirements
------------
- numpy
- scipy
- pyNastran

Licensing
---------

The new BSD License (`see the LICENSE file for details
<https://raw.github.com/compmech/structmanager/master/LICENSE>`_)
covers all files in the structmanager repository unless stated otherwise.



