# HG changeset patch # User cdf # Date 1333061687 0 # Node ID 8cbcbddc86f1338d7b1ad3f0294d770a29a6ac1f # Parent c29eb2c09a71c990f48dd3992e195f03b40cea53 help improvement diff -r c29eb2c09a71 -r 8cbcbddc86f1 extra/secs1d/inst/secs1d_dd_gummel_map.m --- a/extra/secs1d/inst/secs1d_dd_gummel_map.m Thu Mar 29 20:57:24 2012 +0000 +++ b/extra/secs1d/inst/secs1d_dd_gummel_map.m Thu Mar 29 22:54:47 2012 +0000 @@ -16,6 +16,9 @@ %% You should have received a copy of the GNU General Public License %% along with SECS1D; If not, see . +%% +%% Solve the scaled stationary bipolar DD equation system using Gummel algorithm. +%% %% [n, p, V, Fn, Fp, Jn, Jp, it, res] = secs1d_dd_gummel_map (x, D, Na, Nd, %% pin, nin, Vin, Fnin, %% Fpin, l2, er, u0n, @@ -25,9 +28,6 @@ %% Cn, Cp, an, ap, Ecritnin, Ecritpin, %% toll, maxit, ptoll, pmaxit) %% -%% This function solves the scaled stationary bipolar DD -%% equation system using Gummel algorithm -%% %% input: %% x spatial grid %% D, Na, Nd doping profile diff -r c29eb2c09a71 -r 8cbcbddc86f1 extra/secs1d/inst/secs1d_dd_newton.m --- a/extra/secs1d/inst/secs1d_dd_newton.m Thu Mar 29 20:57:24 2012 +0000 +++ b/extra/secs1d/inst/secs1d_dd_newton.m Thu Mar 29 22:54:47 2012 +0000 @@ -16,13 +16,13 @@ %% You should have received a copy of the GNU General Public License %% along with SECS1D; If not, see . +%% Solve the scaled stationary bipolar DD equation system using Newton's method. +%% %% [n, p, V, Fn, Fp, Jn, Jp, it, res] = secs1d_dd_newton (x, D, Vin, nin, %% pin, l2, er, un, %% up, theta, tn, tp, %% Cn, Cp, toll, maxit) %% -%% Solve the scaled stationary bipolar DD equation system using Newton's method -%% %% input: %% x spatial grid %% D doping profile diff -r c29eb2c09a71 -r 8cbcbddc86f1 extra/secs1d/inst/secs1d_nlpoisson_newton.m --- a/extra/secs1d/inst/secs1d_nlpoisson_newton.m Thu Mar 29 20:57:24 2012 +0000 +++ b/extra/secs1d/inst/secs1d_nlpoisson_newton.m Thu Mar 29 22:54:47 2012 +0000 @@ -16,6 +16,8 @@ %% You should have received a copy of the GNU General Public License %% along with SECS1D; If not, see . +%% Solve the non-linear Poisson problem using Newton's algorithm. +%% %% [V, n, p, res, niter] = secs1d_nlpoisson_newton (x, sinodes, Vin, nin, pin, %% Fnin, Fpin, D, l2, er, toll, maxit) %%