I need solve this equation, but i have problems with singularity/stiff
ni = 1.4*(10^10);
q = 1.602*(10^-19);
eps = 8.854*(10^-14)*11.7;
tensione = NDSolve[{-eps*V''[x] == 10 (2/Pi) ArcTan[(x - 1/2) 10^(3)]
q*ni*Exp[V[x]] + q*ni*Exp[-V[x]], V[0] == -1, V[1] == 1}, V[x], x]
NDSolve::ndsz: At x == 2.3590299026264842`*^-6, step size is effectively
zero; singularity or stiff system suspected.
I want eliminate or bypass the problem. Thanks for your help.
