Rüdiger Kilian
Rüdiger Kilian
Hi, maybe you can keep working from here: ``` cS = crystalShape.olivine; pcS=plot(cS); alpha(pcS,0.5); hold on p = cS(Miller(0,1,0,cS.CS)); s = - p.faceCenter; % shift to the center plot(1.3*(p +...
Just a hint where the problem may be situated: this not happen on gridded polefigures such as the ptx dataset (72-by-51) since this check here: https://github.com/mtex-toolbox/mtex/blob/a8b2d20dddb17fa74b4463c1aa2b90655dd78518/geometry/%40vector3d/smooth.m#L48 doesn't turn out to...
Hi, in addition to Zachs recommendation, the files are in extern/nfft_openMP, remvoe them and see if that works. If mtex starts eventually test the binaries, maybe older ones as well....
@zmichels I can feel that, especially if running a course was the plan - not getting software running. Maybe you could work out what's specific (soft&hardware) of those you have...
Note that an i7-3770S is a pre-Haswell CPU, so probably won't work on the binaries provided by the nfft folks.
In that case you _can try to use those binaries in extern/nfft_openMP. Just copy them from the 5.6 version to the recent Mtex version into extern/nfft_openMP.
Hi, I'm not sure what you mean by computing individual Schmid factors in a 3D stress state but in general, define your stress tensor as `stressTensor(m)` where m is the...