How to draw a generic 3D closed shape to be analyzed in AceFEM?
Kernel crash with KeySelect and repeated keys on list of rules
How to remove circled noise from image
How to draw a generic 3D closed shape to be analyzed in AceFEM? I would like to draw a 3D shape to test my AceGen procedure. I will insert the AceFEM part of my code. In this example, I have performed the analysis on a hexahedron element. << AceFEM` {Nx , ...
- asked by M.Rock 2votes Kernel crash with KeySelect and repeated keys on list of rules After running KeySelect[{"a" -> 0, "a" -> 1}, True &] my kernel either hangs forever (possibly with the eventual warning that "the kernel is not responding to a Dynamic evaluation") or ...
- asked by masterxilo 2votes How to remove circled noise from image https://mathematica.stackexchange.com/questions/158123/how-to-remove-circled-noise-from-image
Consider a simplified example: noise noise = Table[ RandomVariate[ NormalDistribution[1, 0.2]] Sin[Sqrt[x^2 + y^2]]^8, {x, -16, 16 - 16/512, 32/512}, {y, -16, 16 - 16/512, 32/512}]; ...
- asked by xslittlegrass 3votes —