From bfb2fa9e6e50edea61b1f8c421a89d87f706a5bc Mon Sep 17 00:00:00 2001 From: L2 Date: Sun, 12 Mar 2023 11:58:35 +0100 Subject: [PATCH] add badge in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0e3118..0d9819b 100644 --- a/README.md +++ b/README.md @@ -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.