changeset 9914:8cbcbddc86f1 octave-forge

help improvement
author cdf
date Thu, 29 Mar 2012 22:54:47 +0000
parents c29eb2c09a71
children 17258f439dc3
files extra/secs1d/inst/secs1d_dd_gummel_map.m extra/secs1d/inst/secs1d_dd_newton.m extra/secs1d/inst/secs1d_nlpoisson_newton.m
diffstat 3 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
 
+%%
+%% 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
--- 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 <http://www.gnu.org/licenses/>.
 
+%% 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
--- 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 <http://www.gnu.org/licenses/>.
 
+%% 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)
 %%