calfem-python
calfem-python copied to clipboard
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 matpl...
Hi all, I've just started to use Calfem and I'm trying to understand the meshing functions. I've got an L shaped polygon that I want to generate a mesh for,...
The vis_mpl module crashes upon loading with the latest version of numpy (2.0.1). It works fine using numpy 1.26.4. I guess the easy fix would be to require numpy 3...
When using `eldisp2()` for instance, the docstring states that plotbar[2] can be 0, 1 or 2. ``` plotpar : list, optional Plot parameters [linetype, linecolor, nodemark]. Default [2, 1, 1]....
``` import calfem print (calfem.__version__) ``` prints `3.6.1`. But ``` pip list Package Version --------------- ----------- calfem-python 3.6.13 ``` One could update the first line of `src/calfem/__init__.py` `__version__ = '3.6.1'...