{ "info": { "author": "Petar Maric", "author_email": "petarmaric@uns.ac.rs", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics" ], "description": "About\r\n=====\r\n\r\nConsole app and Python API implementing a generalization of eigenvalue problem\r\nwithin the harmonic coupled finite strip method, used for parametric modeling\r\nof static and dynamic inelastic buckling, free vibration, damage and failure in\r\nprismatic shell structures.\r\n\r\nThis work is a part of the investigation within the research project\r\n[ON174027]_, supported by the Ministry for Science and Technology, Republic of\r\nSerbia. This support is gratefully acknowledged.\r\n\r\nReferences\r\n----------\r\n\r\n.. [Milasinovic1997]\r\n Mila\u0161inovi\u0107, D.D. \"The Finite Strip Method in Computational Mechanics\".\r\n Faculties of Civil Engineering: University of Novi Sad, Technical University\r\n of Budapest and University of Belgrade: Subotica, Budapest, Belgrade. (1997)\r\n.. [ON174027]\r\n \"Computational Mechanics in Structural Engineering\"\r\n\r\nInstallation\r\n============\r\n\r\nTo install fsm_eigenvalue run::\r\n\r\n $ pip install fsm_eigenvalue\r\n\r\nConsole app usage\r\n=================\r\n\r\nQuick start::\r\n\r\n $ fsm_eigenvalue \r\n\r\nShow help::\r\n\r\n $ fsm_eigenvalue --help\r\n\r\nPython API usage\r\n================\r\n\r\nQuick start::\r\n\r\n >>> import logging\r\n >>> logging.basicConfig(level=logging.DEBUG)\r\n\r\n >>> from fsm_eigenvalue.compute import parameter_sweep\r\n >>> from fsm_eigenvalue.load import load_data_from\r\n >>> from fsm_eigenvalue.store import store_results_to\r\n\r\n >>> data_file = 'examples/data-files/barbero-viscoelastic.yaml'\r\n >>> results_file = data_file.replace('.yaml', '.hdf5')\r\n\r\n >>> beam_type_id, search_space, nodal_graph, strip_data, materials, astiff_shape = load_data_from(data_file)\r\n >>> with parameter_sweep(beam_type_id, search_space, strip_data, materials, astiff_shape) as results_iterator:\r\n ... store_results_to(results_file, data_file, search_space, astiff_shape, results_iterator)\r\n\r\nContribute\r\n==========\r\n\r\nIf you find any bugs, or wish to propose new features `please let us know`_.\r\n\r\nIf you'd like to contribute, simply fork `the repository`_, commit your changes\r\nand send a pull request. Make sure you add yourself to `AUTHORS`_.\r\n\r\n.. _`please let us know`: https://github.com/petarmaric/fsm_eigenvalue/issues/new\r\n.. _`the repository`: https://github.com/petarmaric/fsm_eigenvalue\r\n.. _`AUTHORS`: https://github.com/petarmaric/fsm_eigenvalue/blob/master/AUTHORS\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/petarmaric/fsm_eigenvalue", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "fsm_eigenvalue", "package_url": "https://pypi.org/project/fsm_eigenvalue/", "platform": "any", "project_url": "https://pypi.org/project/fsm_eigenvalue/", "project_urls": { "Homepage": "https://github.com/petarmaric/fsm_eigenvalue" }, "release_url": "https://pypi.org/project/fsm_eigenvalue/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Console app and Python API implementing a generalization of eigenvalue problem within the harmonic coupled finite strip method, used for parametric modeling of static and dynamic inelastic buckling, free vibration, damage and failure in prismatic shell structures.", "version": "1.0.1" }, "last_serial": 5756729, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "8a92d34637d83eb4aa78018de2c08311", "sha256": "7a754477c98010fd1aa18e1f78e944e3b77df185bc72c2f45b1dc56ae1ed76d2" }, "downloads": -1, "filename": "fsm_eigenvalue-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8a92d34637d83eb4aa78018de2c08311", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12669, "upload_time": "2017-12-20T01:02:58", "url": "https://files.pythonhosted.org/packages/cc/9b/c327ee604f857579792a3a64a59fdff68537f1fe8c4638725b6c7bc0eeb6/fsm_eigenvalue-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8dbf2de8cedf5a12353907ac41f422de", "sha256": "5432047c4e03f5eb1de3ac351d223c8b87d3cfd1e4ca22ca8ccdea11e1971d18" }, "downloads": -1, "filename": "fsm_eigenvalue-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "8dbf2de8cedf5a12353907ac41f422de", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17179, "upload_time": "2019-08-29T20:14:37", "url": "https://files.pythonhosted.org/packages/87/ad/b74aa7e03bf141d5fe0c274b58c4ce080d5e4ae630f637cb5b9a353099d4/fsm_eigenvalue-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5e96c2749698d3c1a13f1e4a6f50af7", "sha256": "5a062da722b88c62dc25a16cb593907f9b9cc48eb97b3eb47f8a2d96f4d106b5" }, "downloads": -1, "filename": "fsm_eigenvalue-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f5e96c2749698d3c1a13f1e4a6f50af7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12691, "upload_time": "2019-08-29T20:14:33", "url": "https://files.pythonhosted.org/packages/ac/57/4875eb281fb6eefcb021d8cca64fd7ef46eb751cf9f14fbc10f3ac620aef/fsm_eigenvalue-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8dbf2de8cedf5a12353907ac41f422de", "sha256": "5432047c4e03f5eb1de3ac351d223c8b87d3cfd1e4ca22ca8ccdea11e1971d18" }, "downloads": -1, "filename": "fsm_eigenvalue-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "8dbf2de8cedf5a12353907ac41f422de", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17179, "upload_time": "2019-08-29T20:14:37", "url": "https://files.pythonhosted.org/packages/87/ad/b74aa7e03bf141d5fe0c274b58c4ce080d5e4ae630f637cb5b9a353099d4/fsm_eigenvalue-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5e96c2749698d3c1a13f1e4a6f50af7", "sha256": "5a062da722b88c62dc25a16cb593907f9b9cc48eb97b3eb47f8a2d96f4d106b5" }, "downloads": -1, "filename": "fsm_eigenvalue-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f5e96c2749698d3c1a13f1e4a6f50af7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12691, "upload_time": "2019-08-29T20:14:33", "url": "https://files.pythonhosted.org/packages/ac/57/4875eb281fb6eefcb021d8cca64fd7ef46eb751cf9f14fbc10f3ac620aef/fsm_eigenvalue-1.0.1.tar.gz" } ] }