Skip to content

Commit

Permalink
add badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
luclaurent committed Mar 12, 2023
1 parent ed714f0 commit bfb2fa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# SILEXlight

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![pypi release](https://img.shields.io/pypi/v/SILEXlight.svg)](https://test.pypi.org/project/SILEXlight/) [![CI-ubuntu](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-ubuntu.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-ubuntu.yml) [![CI-mac-os](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-macos.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-macos.yml) [![Wheels and sdist](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-build-release.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-build-release.yml)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![pypi release](https://img.shields.io/pypi/v/SILEXlight.svg)](https://test.pypi.org/project/SILEXlight/) ![PyPI - Downloads](https://img.shields.io/pypi/dm/SILEXlight)

[![CI-ubuntu](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-ubuntu.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-ubuntu.yml) [![CI-mac-os](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-macos.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-macos.yml) [![Wheels and sdist](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-build-release.yml/badge.svg)](https://github.com/luclaurent/SILEX-light/actions/workflows/CI-build-release.yml)

SILEX is a finite element code written in Python language, eventually with a Fortran part in order to speed up the computations.

* The Python language is used to define parameters, to read the mesh, to solve the system, to write the results.
* The Fortran language is eventually used for elemental computations as well as to build the stiffness matrix.
* Le open source software [Gmsh](http://www.geuz.org/gmsh/) is used to create the meshes as well as to show the results.
* The open source software [Gmsh](http://www.geuz.org/gmsh/) is used to create the meshes as well as to show the results.
* The only free routines available on-line concern the 4-node tetrahedral element and the 3-node triangle element in the case of linear static analysis. They can be adapted to other elements.
* The following proposed applications are available for education purpose. They allow to understand the code, in order to perform other computations for other mechanical systems. Later on, the user can develop new elements or new method, and thus extend the possibilities of the code.
* The following course document available on-line ([here](http://antoinelegay.free.fr/Cours-programmation-english.pdf)) gives a programming introduction.
Expand Down

0 comments on commit bfb2fa9

Please sign in to comment.