Calfem Python

CALFEM for Python is the Python port of the CALFEM finite element toolkit. It also implements meshing function based on GMSH and triangle. Visualisation routines are implemented using visvis and matplotlib.
Alternatives To Calfem Python
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cartopy1,1923013 days ago10June 29, 2022332lgpl-3.0Python
Cartopy - a cartographic python library with matplotlib support
Pylustrator6481a month ago20March 29, 20229gpl-3.0Python
Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
Practical Python Data Viz Guide98
4 months agomitJupyter Notebook
Resources for teaching & learning practical data visualization with python.
Pytorch Transfomer95
2 years ago2Jupyter Notebook
My implementation of the transformer architecture from the Attention is All you need paper applied to time series.
July92
32 months ago8December 15, 20218mitPython
A small library for creating pretty heatmaps of daily data.
Reddit Hot Recorder88
5 years agomitPython
Records the activity (comments and karma) on the hot page of a Reddit sub and prepare an animated data visualisation.
Multiplex Plot87
9 months ago14February 02, 20212gpl-3.0Python
Multiplex: visualizations that tell stories—A Python library to create and annotate beautiful network graph visualizations, text visualizations and more.
Calfem Python7213 months ago22June 30, 20225mitPython
CALFEM for Python is the Python port of the CALFEM finite element toolkit. It also implements meshing function based on GMSH and triangle. Visualisation routines are implemented using visvis and matplotlib.
Simulation_virus_covid 1951
5 months ago2mitPython
Simulating epidemics using Python
Soccerplots44
2 years ago4August 03, 2020mitPython
A Python package for data visualisation for football analytics.
Alternatives To Calfem Python
Select To Compare


Alternative Project Comparisons
Readme

CALFEM for Python

Documentation

https://calfem-for-python.readthedocs.io/en/latest/

Manuals

Original manual: manual.pdf

Manual for with improved mesh: manual-mesh-module.pdf

Background

The computer program CALFEM is written for the software MATLAB and is an interactive tool for learning the finite element method. CALFEM is an abbreviation of ”Computer Aided Learning of the Finite Element Method” and been developed by the Division of Structural Mechanics at Lund University since the late 70’s.

Why CALFEM for Python?

Unlike MATLAB, which have expensive licenses, Python is free to use and distribute both for personal and commercial use. This is the python version of CALFEM for scientific purposes/research.

Installation

Install CALFEM for python using pip install calfem-python

Dependencies

Mesh Generation Software: GMSH. Install GMSH here and add to the PATH of your file or instead add contents of GMSH to the file folder.

References

Popular Matplotlib Projects
Popular Visualisation Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Numpy
Matplotlib
Visualisation
Finite Elements