Search found 8448 matches
- Mon Dec 09, 2019 1:15 pm
- Forum: FEM
- Topic: Calculix 2.16 is available
- Replies: 6
- Views: 281
Re: Calculix 2.16 is available
an updated Debian package would be awesome.
- Mon Dec 09, 2019 1:13 pm
- Forum: FEM
- Topic: Elmer electrostatics FEM
- Replies: 1
- Views: 95
Re: Elmer electrostatics FEM
inside this huge topic are numerous examples. There should be one with electrostatics as well. https://forum.freecadweb.org/viewtopic. ... &start=270
These guys know how to do this in FreeCAD FEM.
These guys know how to do this in FreeCAD FEM.
m42kus wrote: ping
HoWil wrote: ping
- Sun Dec 08, 2019 9:42 pm
- Forum: IFC
- Topic: Error report IFC
- Replies: 5
- Views: 111
- Sun Dec 08, 2019 7:34 pm
- Forum: IFC
- Topic: Error report IFC
- Replies: 5
- Views: 111
Re: Error report IFC
damn IFC and utf8 ... and the move from Py2 to Py3 makes it even more a challange.
Would you post a simple example?
Have you tried 0.19 dev version.
Would you post a simple example?
Have you tried 0.19 dev version.
- Fri Dec 06, 2019 9:44 am
- Forum: Pull Requests
- Topic: PR 2730, "Fix" line-endings
- Replies: 31
- Views: 951
Re: PR 2730, "Fix" line-endings
We might do not use * text=auto at all ... https://github.com/berndhahnebach/FreeCAD_bhb/blob/femfileendings/src/Mod/Fem/.gitattributes#L3 Since we declare all text file types manually we do not need it IMHO. It would be much more save because than only the files explizit declared as text would be n...
- Fri Dec 06, 2019 7:58 am
- Forum: Pull Requests
- Topic: PR 2730, "Fix" line-endings
- Replies: 31
- Views: 951
Re: PR 2730, "Fix" line-endings
https://github.com/FreeCAD/FreeCAD/pull/2757 some informations. I had trouble on interactive rebases if adding the gitattribute file and the normalizing is in sparate commits. Thus I put it into one commit. The PR as it is now is how I would like to merge it into master. IMHO, After the merge we sho...
- Fri Dec 06, 2019 7:03 am
- Forum: Pull Requests
- Topic: PR 2730, "Fix" line-endings
- Replies: 31
- Views: 951
Re: PR 2730, "Fix" line-endings
get rid of line ending diffs in github by adding

https://github.com/FreeCAD/FreeCAD/commit/14eb6869a9
vs.
https://github.com/FreeCAD/FreeCAD/comm ... 6869a9?w=1
at the end of the address is a very value finding

https://github.com/FreeCAD/FreeCAD/commit/14eb6869a9
vs.
https://github.com/FreeCAD/FreeCAD/comm ... 6869a9?w=1
- Wed Dec 04, 2019 10:34 pm
- Forum: FEM
- Topic: FEM mesh: Create mesh groups in Python (exposing C++ functions to Python)
- Replies: 24
- Views: 2075
Re: FEM mesh: Create mesh groups in Python (exposing C++ functions to Python)
sorry for not answering to this topic for so long. I am just overwhelmed with other stuff ... work, family, etc I would like to finish https://forum.freecadweb.org/viewtopic.php?f=17&t=41117 and afterwards I will have a look.
cheers bernd
cheers bernd
- Tue Dec 03, 2019 10:28 pm
- Forum: Pull Requests
- Topic: PR 2730, "Fix" line-endings
- Replies: 31
- Views: 951
Re: PR 2730, "Fix" line-endings
see my comment. We should for sure guard them too. ATM I am guarding them manually, but it seams git could do a better job on this than me.ezzieyguywuf wrote: ↑Tue Dec 03, 2019 10:20 pm
It may be prudent to add some other text-based line-endings to this list if they are used in the Fem workbench...
- Tue Dec 03, 2019 10:13 pm
- Forum: Pull Requests
- Topic: PR 2730, "Fix" line-endings
- Replies: 31
- Views: 951
Re: PR 2730, "Fix" line-endings
... or if we include a .gitattribute file), then git will convert to windows style line ending upon checkout, and back to Unix-style when committing. This is what we need to do for sure for Fem if line endings arch changed to unix-style. With this we will never ever get a windows line ending into F...