User Portlet User Portlet

Discussions
Er… Seems that definition of `plasticStrainStepCompiled` is missing?
Just want to mention that I've made a first trial on RBF-FD recently: https://mathematica.stackexchange.com/a/309006/1871
The i.c. is not ignored. It's because `NDSolve` hasn't used enough grid points for spatial discretization. Hans doesn't observe this phenomenon in version 7 because there's a silent change in prior error estimation of `NDSolve` in version 9. This...
Cross-posted [in Mma.SE](https://mathematica.stackexchange.com/q/269096/1871).
As far as I know, the stand way for attacking this type of problem is _unfolding_ the cone to a sector: ![enter image description here][1] In the new coordinate system the coordinate of A and B is p@A = {60, 0}; p@B =...
Cross posted [in Mma.SE](https://mathematica.stackexchange.com/q/268522/1871). Solved there.
Cross-posted in https://mathematica.stackexchange.com/q/261815/1871
Cross-posted in https://mathematica.stackexchange.com/q/261847/1871 Please include the link(s) of other version(s) of your question when cross-posting to avoid repetive work.
Cross-posted: https://mathematica.stackexchange.com/q/261236/1871
Recently a friend of mine complained to me, there seems to be no easy way to calculate _critical values of Durbin-Watson d statistic_ in _Mathematica_. Though my knowledge for statistics is primary, this sounds like something easy to implement, or...