Metadata-Version: 2.1
Name: pyrrha
Version: 0.2
Summary: pyrrha is a tool for helping in the developement and testing of Computational Mechanics methods.
Home-page: https://gitlab.com/dsklar/pyrrha
Author: ['Diego Sklar', 'Franco Matzkin', 'Constanza Quaglia']
Author-email: dsklar@gmail.com
License: MIT
Description: ![pyrra](https://gitlab.com/dsklar/pyrrha/uploads/f6f763a9ce81995256a6de4809e898e2/image__24_.png)
        
        pyrrha is a tool for helping in the developement and testing of
         Computational Mechanics methods.
        
        This project is based in the Octave & C++ program called "Prometheus
        ", developed by Carlos Gentile, that allows to generate templates for
         programming Octave implementations of classical Computional Mechanics
          methods. Inspired in these ideas, this project offers the ability to
           generate python templates for the Finite Elements method, and tools for
            evaluating the intermediate steps of its implementation.
        
        The name pyrrha comes from Pyrrha, the wife of Deucalion (the son of Prometheus
        ), who had a child out of wedlock with Zeus. She is basically the daughter
        -in-law and niece of Prometheus (a link that is in some way preserved between
         the original Prometheus application and this package).
        
        ## Commands
        
        ### Generate template from a base class
        
        ```
        pyrrha generate FiniteElement2D --output <file_name>
        ```
        
        A `<file_name>` file will be created with the FiniteElement2D template.
        
        ### Test implementations
        
        #### Test class
        ```
        pyrrha validate <file_name>
        ```
        
        will validate the class defined in `<file_name>` against the correct
         implementation.
        
        #### Test class method
        ```
        pyrrha validate <file_name> --method <method_name>
        ```
        
        will test only the `<method_name>` method of the class defined in
         `<file_name>`, comparing it with the correct method implementation.
         
        
        <div>Icons made by <a href="https://www.flaticon.com/authors/darius-dan" title="Darius Dan">Darius Dan</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
        
Keywords: pyrrha
Platform: UNKNOWN
Description-Content-Type: text/markdown
