AppliedMechanics-EAFIT / SolidsPy

2D-Finite Element Analysis with Python
MIT License
254 stars 73 forks source link

Is it possible mix element types? #15

Closed liubailong-IFS closed 6 years ago

liubailong-IFS commented 6 years ago

Is it possible to run a simulation by using mixed type element at same time (4 nodes and 3 nodes)

nicoguaro commented 6 years ago

@liubailong-IFS, currently it is not possible. We have tested an implementation for this but the problem is that it would mean to change input files. It is planned, though.

liubailong-IFS commented 6 years ago

Thanks.