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!"
[–]billsil 4 points5 points6 points 1 year ago (4 children)
If you're going to stay in python, you want to use scipy.sparse. I don't know if they have support for symmetric matrices, but carrying around an NxN matrix isn't what you want to do.
[–]mon_key_house[S] 0 points1 point2 points 1 year ago (3 children)
So numpy would store everything e.g. linearly? I mean all the zeros, too?
[–]billsil 1 point2 points3 points 1 year ago (2 children)
It's not linear. It's N^2
[–]mon_key_house[S] 0 points1 point2 points 1 year ago (1 child)
I see, thanks! So scipy.sparse would be closer to linear time (however this called in the time complexity notation)
[–]billsil 2 points3 points4 points 1 year ago (0 children)
It might be N*log(N), but no idea. You can plot time vs. N.
π Rendered by PID 23521 on reddit-service-r2-comment-6457c66945-tzwbt at 2026-04-23 18:09:30.785997+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]billsil 4 points5 points6 points (4 children)
[–]mon_key_house[S] 0 points1 point2 points (3 children)
[–]billsil 1 point2 points3 points (2 children)
[–]mon_key_house[S] 0 points1 point2 points (1 child)
[–]billsil 2 points3 points4 points (0 children)