4.41.3 Can you answer these questions?

4.41.3.1 How to draw a generic 3D closed shape to be analyzed in AceFEM?
4.41.3.2 Kernel crash with KeySelect and repeated keys on list of rules
4.41.3.3 How to remove circled noise from image
4.41.3.1 How to draw a generic 3D closed shape to be analyzed in AceFEM?

https://mathematica.stackexchange.com/questions/158446/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
4.41.3.2 Kernel crash with KeySelect and repeated keys on list of rules

https://mathematica.stackexchange.com/questions/158421/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
4.41.3.3 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