Page 26 of 29

Re: fcFEM - FEA from start to finish

Posted: Fri Jun 24, 2022 11:17 am
by HarryvL
Kunda1 wrote: Fri Jun 24, 2022 12:38 am @HarryvL both dependencies are now in the Snap, please test and report back. Thanks!
latest/edge/toponaming works well for my test cases. Thanks again.

Re: fcFEM - FEA from start to finish

Posted: Fri Jun 24, 2022 11:24 am
by Kunda1
Wondering why you're using toponaming branch? Why not edge ?

Re: fcFEM - FEA from start to finish

Posted: Fri Jun 24, 2022 2:23 pm
by HarryvL
ppd wrote: Thu Jun 23, 2022 9:21 am This will land in latest/edge (and in latest/edge/toponaming) tomorrow.
This why.

Re: fcFEM - FEA from start to finish

Posted: Sat Jun 25, 2022 11:54 am
by Kunda1
Sorry, my bad.

Re: fcFEM - FEA from start to finish

Posted: Wed Jul 06, 2022 9:08 pm
by bernd
wow ... I have not read all the posts. Yeah I had a good reason for not loggin in ... https://forum.freecadweb.org/viewtopic.php?f=18&t=70061 I do much less FEM development ATM. Yes I know I broke fcFEM for the future it is much simpler to add new solves the way the objects are collected ATM.

Have you solved all the problems? Does fcFEM again run on latest FreeCAD? Do you still need any help?

Re: fcFEM - FEA from start to finish

Posted: Sat Jul 09, 2022 1:55 pm
by HarryvL
It all works as before. I am now spending time to improve the interface routines, so I can analyse multiple intersections, as for example in brick work. I will post some examples when it’s done.

Re: fcFEM - FEA from start to finish

Posted: Sun Jul 10, 2022 7:57 pm
by bernd
Great to see this working again.

Have you seen how examples are handled lately? All coded in Python! https://github.com/FreeCAD/FreeCAD/tree ... emexamples

Re: fcFEM - FEA from start to finish

Posted: Sun Jul 10, 2022 7:58 pm
by bernd
Great to see this working again.

Have you seen how examples are handled lately? All coded in Python! https://github.com/FreeCAD/FreeCAD/tree ... emexamples

May be we could run a few off them with fcFEM too?

AFAIK all of them have a solver writer unit test too.

Re: fcFEM - FEA from start to finish

Posted: Tue Jul 12, 2022 5:14 pm
by HarryvL
Yes that’s a good idea. Once I get the interfaces fixed and code cleaned up I will do that.

I also need to learn how to do unit tests so we get a warning when incompatible changes are made in FC.

Re: fcFEM - FEA from start to finish

Posted: Fri Jul 15, 2022 7:55 pm
by bernd
git commit 005c66f4ecc7fb should give you an idea what needs to be done ...

BTW examples are automatically added to the FEM examples GUI. Have you given this FEM examples GUI a try yourself? It makes it very easy to play with FEM examples.