# pyFEM **Repository Path**: csutjf/pyFEM ## Basic Information - **Project Name**: pyFEM - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyFEM Finite element method with [python](python.org). ## Table of Contents - [Background](#background) - [Install](#install) - [Usage](#usage) - [Contributing](#contributing) - [License](#license) ## Background Implementación del problema del método de elementos finitos en [python](python.org). ## Install Este proyecto usa [python](http://nodejs.org) y varias librerias científicas. La recomendación es instalar [Ananconda](https://www.anaconda.com/distribution/). ## Usage Puedes crear modelos a partir de la clase Structure. ```python from pyFEM import Structure structure = Structure() ``` ## Contributing Feel free to dive in! [Open an issue](https://github.com/rvcristiand/pyFEM/issues/new) or submit PRs (pull requests). pyFEM follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct. ## License [MIT](LICENSE)