Skip to content

pyxel v2.0

Compare
Choose a tag to compare
@jcpassieux jcpassieux released this 31 Mar 21:18
· 47 commits to master since this release

In addition to more comments and tutorials, the main modification concerns the way FE mesh are stored in the data structure.
The elements were stored as a python dict, where the key was the element number, whereas it is still a python dict but the keys are the element type and the items are homogeneous numpy array of node labels of all the elements of that type.