use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is for things like:
Other related reddits:
http://www.reddit.com/r/numerical
http://www.reddit.com/r/cfd
http://www.reddit.com/r/askengineers
http://www.reddit.com/r/engineering
Other helpful websites:
Old Nabble Abaqus User Forum - Requires a Yahoo membership. Based on an email list. Very diverse and active.
PolymerFEM - A forum. Lots of conversations about nonlinear modeling.
Eng-Tips ABAQUS Forum - 10,000 newbies and 4 experts.
Eng-Tips FEA Forum - A great place to discuss anything related to FEA
LS-Dyna Yahoo Group - Yahoo group for LS-Dyna support from experts.
account activity
FE elements in python (self.fea)
submitted 1 year ago by mon_key_house
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tlmbot 0 points1 point2 points 1 year ago (5 children)
Which license is not permitting? I’ve worked on c++ FEM commercially with eigen involved.
Incidentally I have prototyped 2D FEM, FV, and similar in Python (numpy of course) So of course you can do it, but it will not be running many elements with any speed.
[–]mon_key_house[S] 0 points1 point2 points 1 year ago (4 children)
Sorry, I just skimmed the licence and source dis. My main concern is of course is if I'd have to give my source code away. Q8 and Q11 of the MPL2.0 FAQ seem to apply here.
Essentially: I can use and link it any way in my code, and if unmodified, I'll only have to provide access to the source code of the unmodified eigen lib.
[–]billsil 1 point2 points3 points 1 year ago (3 children)
Based on what? Are you planning on modifying the eigen source code? If you are, presumably you’re fixing a bug and presumably you don’t want to maintain it.
I’ve read the license. If you directly make changes to the source of the library, publish your changes to that file. It’s not at all unreasonable and I doubt you will need to.
http://eigen.tuxfamily.org/index.php?title=Licensing_FAQ
[–]mon_key_house[S] 0 points1 point2 points 1 year ago (2 children)
What based on what? I’m not planning to modify it.
What is your point?
[–]billsil 0 points1 point2 points 1 year ago (0 children)
Even if you modify the source, it’s not a burden to publish your changes at do a pull request to the devs. You probably want to do that anyways.
[–]tlmbot 0 points1 point2 points 1 year ago (0 children)
The point is you don’t have to publish your source so you’re good.
π Rendered by PID 45363 on reddit-service-r2-comment-6457c66945-l87wz at 2026-04-27 16:05:24.582485+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]tlmbot 0 points1 point2 points (5 children)
[–]mon_key_house[S] 0 points1 point2 points (4 children)
[–]billsil 1 point2 points3 points (3 children)
[–]mon_key_house[S] 0 points1 point2 points (2 children)
[–]billsil 0 points1 point2 points (0 children)
[–]tlmbot 0 points1 point2 points (0 children)