User Portlet User Portlet

Discussions
How about using only points and DelaunayMesh function? This error seems to occur since some polygons are not coplanar. DelaunayMesh[points]
The other solution is, f = FullSimplify[P[x] /. DSolve[P'[x] == 3 P[x] - 2 P[x]^2, P[x], x][[1]]] and f /. x -> Infinity It brings us the stable value 3/2 for all initial conditions.