Skip to main content

Basic SILEX library

Project description

SILEXlight

License: LGPL v3 pypi release CI-Ubuntu CI-MacOS

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 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) gives a programming introduction.

Usage

  • A complete example of the use of SILEX on a piston is available here in english (french version)
  • A example pratical work for education is provided on a landing gear fork here in english (french version)

Installation

Classical installation by executing

pip install --user .

Editable installation for developing

export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
pip install --user -e .

Run tests

The unit tests can be ran by using the following command

pytest --pyargs SILEXlight.tests  

License

SILEXlight is available under the LGPLv3 license. See the LICENSE file for more info.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SILEXlight-1.3.2.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distributions

SILEXlight-1.3.2-cp311-cp311-manylinux_2_28_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

SILEXlight-1.3.2-cp310-cp310-manylinux_2_28_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

SILEXlight-1.3.2-cp39-cp39-manylinux_2_28_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

SILEXlight-1.3.2-cp39-cp39-macosx_10_9_x86_64.whl (72.0 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

SILEXlight-1.3.2-cp38-cp38-manylinux_2_28_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

SILEXlight-1.3.2-cp37-cp37m-manylinux_2_28_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.28+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page