Skip to content

Commit

Permalink
update v0.2.7 --> v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
avgcampos committed Apr 1, 2024
1 parent fcef8ab commit 096ca2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ Developed by Antonio Vinicius G. Campos, 2024

>> pip install .

or

>> python -m pip install --upgrade build

>> python -m build

```

**Note: is recommend to create a virtual environment previously the installation of **myfempy** and dependencies packs. You can use the [virtualenv](https://virtualenv.pypa.io/en/latest/) or [conda environments](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)**
Expand All @@ -67,11 +61,10 @@ You can use either of two python development environments to run myfempy
The following python packages are required to run myfempy. Before to install myfempy-main, install this packages. Check if they are already installed on your machine

- [numpy](https://numpy.org/) - The fundamental package for scientific computing with Python
- [cython](https://cython.org/) - Cython is a language that makes writing C extensions for Python as easy as Python itself
- [scipy](https://scipy.org/) - Fundamental algorithms for scientific computing in Python
- [numdifftools](https://pypi.org/project/numdifftools/) - Solves automatic numerical differentiation problems in one or more variables.
- [vedo](https://vedo.embl.es/) - A python module for scientific analysis and visualization of эd objects
- [cython](https://cython.org/) - Cython is a language that makes writing C extensions for Python as easy as Python itself
- [vtk](https://pypi.org/project/vtk/)(optional) - VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
- [vedo](https://vedo.embl.es/) - A python module for scientific analysis and visualization of эd objects


- try
Expand All @@ -98,9 +91,9 @@ The following python packages are required to run myfempy. Before to install myf

## Tutorial

A **Basic Tutorial** is available [here](https://myfempy.readthedocs.io/en/1.dev9/tutorial.html).
A **Basic Tutorial** is available [here]().

Many **Examples** are available [here](https://github.com/easycae-3d/myfempy/tree/master/examples).
Many **Examples** are available [here]().

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Descrição da documentação do código, links para acessar docstring dos principais módulos

::: myfempy.felib.elements.plane.Plane
::: myfempy.core.elements.plane.Plane
File renamed without changes.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ dependencies = [
"vedo",
"matplotlib",
"colorama",
"numdifftools",
"jax[cpu]",
]
keywords = ["FEM", "FEA", "FSI", "Engineering"]

Expand Down

0 comments on commit 096ca2e

Please sign in to comment.