From: <cd...@us...> - 2009-05-01 06:58:01
|
Revision: 5748 http://octave.svn.sourceforge.net/octave/?rev=5748&view=rev Author: cdf Date: 2009-05-01 06:57:59 +0000 (Fri, 01 May 2009) Log Message: ----------- cleanup Modified Paths: -------------- trunk/octave-forge/extra/bim/inst/BIM1Aadvdiff.m trunk/octave-forge/extra/bim/inst/BIM1Alaplacian.m trunk/octave-forge/extra/bim/inst/BIM2Aadvdiff.m trunk/octave-forge/extra/bim/inst/BIM2Alaplacian.m trunk/octave-forge/extra/bim/inst/BIM2Cmeshproperties.m trunk/octave-forge/extra/bim/inst/BIM2Cpdegrad.m trunk/octave-forge/extra/bim/inst/BIM2Cunknownsonside.m trunk/octave-forge/extra/bim/inst/BIM3Alaplacian.m trunk/octave-forge/extra/bim/inst/BIM3Areaction.m trunk/octave-forge/extra/bim/inst/BIM3Cmeshproperties.m trunk/octave-forge/extra/bim/inst/BIM3Cunknownsonside.m trunk/octave-forge/extra/nurbs/inst/bspdegelev.m trunk/octave-forge/extra/nurbs/inst/bspderiv.m trunk/octave-forge/extra/nurbs/inst/bspeval.m trunk/octave-forge/extra/nurbs/inst/bspkntins.m trunk/octave-forge/extra/nurbs/inst/findspan.m trunk/octave-forge/extra/nurbs/inst/nrbruled.m trunk/octave-forge/extra/nurbs/src/low_level_functions.cc Modified: trunk/octave-forge/extra/bim/inst/BIM1Aadvdiff.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM1Aadvdiff.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM1Aadvdiff.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -36,7 +36,6 @@ ## Builds the Scharfetter-Gummel matrix for the ## discretization of the LHS ## of the equation: -## ## @iftex ## @tex ## $ - ( \alpha \gamma ( \eta u' - \vect{beta} u ))' = f $ Modified: trunk/octave-forge/extra/bim/inst/BIM1Alaplacian.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM1Alaplacian.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM1Alaplacian.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -36,7 +36,6 @@ ## Builds the finite-element matrix for the ## discretization of the LHS ## of the equation: -## ## @iftex ## @tex ## $ -( \varepsilon \gamma ( u' ))' = f $ Modified: trunk/octave-forge/extra/bim/inst/BIM2Aadvdiff.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM2Aadvdiff.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM2Aadvdiff.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -36,7 +36,6 @@ ## Builds the Scharfetter-Gummel matrix for the ## discretization of the LHS ## of the equation: -## ## @iftex ## @tex ## $ -div ( \alpha \gamma ( \eta \vect{\nabla} u - \vect{beta} u )) = f $ Modified: trunk/octave-forge/extra/bim/inst/BIM2Alaplacian.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM2Alaplacian.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM2Alaplacian.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -36,7 +36,6 @@ ## Builds the finite-element matrix for the ## discretization of the LHS ## of the equation: -## ## @iftex ## @tex ## $ -div ( \varepsilon \gamma ( \nabla u )) = f $ Modified: trunk/octave-forge/extra/bim/inst/BIM2Cmeshproperties.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM2Cmeshproperties.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM2Cmeshproperties.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -31,7 +31,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{omesh}]} = BIM2Cmeshproperties(@var{imesh}) ## -## Creates an omesh structure starting from imesh. All the properties needed by BIM are added as fields. +## Compute mesh properties needed by the operator assenmbly routines and +## add the as fields to the mesh structure. ## ## Input: ## @itemize @minus Modified: trunk/octave-forge/extra/bim/inst/BIM2Cpdegrad.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM2Cpdegrad.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM2Cpdegrad.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -32,7 +32,7 @@ ## ## @deftypefn {Function File} {[@var{gx},@var{gy}]} = BIM2Cpdegrad(@var{mesh},@var{u}) ## -## Builds the P1 approximation of the gradient of the computed solution. +## Build the P1 approximation to the gradient of a computed solution. ## ## Input: ## @itemize @minus Modified: trunk/octave-forge/extra/bim/inst/BIM2Cunknownsonside.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM2Cunknownsonside.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM2Cunknownsonside.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -31,7 +31,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{nodelist}]} = BIM2Cunknownsonside(@var{mesh},@var{sidelist}) ## -## Returns the list of the mesh nodes that lie on the specified geometrical sides. +## List the mesh nodes that lie on the specified geometrical sides. ## ## Input: ## @itemize @minus Modified: trunk/octave-forge/extra/bim/inst/BIM3Alaplacian.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM3Alaplacian.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM3Alaplacian.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -34,7 +34,6 @@ ## ## Builds the Laplacian matrix for the discretization of the LHS of the ## equation: -## ## @iftex ## @tex ## $ -div ( \alpha ( \eta \vect{\nabla} u ) $ Modified: trunk/octave-forge/extra/bim/inst/BIM3Areaction.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM3Areaction.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM3Areaction.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -34,7 +34,6 @@ ## ## Builds the mass matrix for the discretization of the LHS of the ## equation: -## ## @iftex ## @tex ## $ \delta \zeta u = f $ Modified: trunk/octave-forge/extra/bim/inst/BIM3Cmeshproperties.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM3Cmeshproperties.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM3Cmeshproperties.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -31,7 +31,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{omesh}]} = BIM3Cmeshproperties(@var{imesh}) ## -## Creates an omesh structure starting from imesh. All the properties needed by BIM are added as fields. +## Compute mesh properties needed by the operator assenmbly routines and +## add the as fields to the mesh structure. ## ## Input: ## @itemize @minus Modified: trunk/octave-forge/extra/bim/inst/BIM3Cunknownsonside.m =================================================================== --- trunk/octave-forge/extra/bim/inst/BIM3Cunknownsonside.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/bim/inst/BIM3Cunknownsonside.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -31,7 +31,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{nodelist}]} = BIM3Cunknownsonside(@var{mesh},@var{sidelist}) ## -## Returns the list of the mesh nodes that lie on the specified geometrical sides. +## List the mesh nodes that lie on the specified geometrical sides. ## ## Input: ## @itemize @minus Modified: trunk/octave-forge/extra/nurbs/inst/bspdegelev.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/bspdegelev.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/bspdegelev.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -16,10 +16,6 @@ function [ic,ik] = bspdegelev(d,c,k,t) % BSPDEGELEV: Degree elevate a univariate B-Spline. -% -% ------------------------------------------------------------------------- -% ADAPTATION of BSPDEGELEV from C Routine -% ------------------------------------------------------------------------- % % Calling Sequence: % Modified: trunk/octave-forge/extra/nurbs/inst/bspderiv.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/bspderiv.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/bspderiv.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -16,10 +16,6 @@ function [dc,dk] = bspderiv(d,c,k) % BSPDERIV: B-Spline derivative -% -% ------------------------------------------------------------------------- -% ADAPTATION of BSPDERIV from C Routine -% ------------------------------------------------------------------------- % % MATLAB SYNTAX: % Modified: trunk/octave-forge/extra/nurbs/inst/bspeval.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/bspeval.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/bspeval.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -16,10 +16,6 @@ function p = bspeval(d,c,k,u) % BSPEVAL: Evaluate B-Spline at parametric points -% -% ------------------------------------------------------------------------- -% ADAPTATION of BSPEVAL from C Routine -% ------------------------------------------------------------------------- % % Calling Sequence: % Modified: trunk/octave-forge/extra/nurbs/inst/bspkntins.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/bspkntins.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/bspkntins.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -17,10 +17,6 @@ % BSPKNTINS: Insert knots into a B-Spline % -% ------------------------------------------------------------------------- -% ADAPTATION of BSPKNTINS from C Routine -% ------------------------------------------------------------------------- -% % Calling Sequence: % % [ic,ik] = bspkntins(d,c,k,u) Modified: trunk/octave-forge/extra/nurbs/inst/findspan.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/findspan.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/findspan.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -17,10 +17,6 @@ % FINDSPAN Find the span of a B-Spline knot vector at a parametric point % -% ------------------------------------------------------------------------- -% ADAPTATION of FINDSPAN from C -% ------------------------------------------------------------------------- -% % Calling Sequence: % % s = findspan(n,p,u,U) Modified: trunk/octave-forge/extra/nurbs/inst/nrbruled.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/nrbruled.m 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/inst/nrbruled.m 2009-05-01 06:57:59 UTC (rev 5748) @@ -15,8 +15,6 @@ function srf = nrbruled(crv1, crv2) -% -% % NRBRULED: Construct a ruled surface between two NURBS curves. % % Calling Sequence: Modified: trunk/octave-forge/extra/nurbs/src/low_level_functions.cc =================================================================== --- trunk/octave-forge/extra/nurbs/src/low_level_functions.cc 2009-05-01 05:46:02 UTC (rev 5747) +++ trunk/octave-forge/extra/nurbs/src/low_level_functions.cc 2009-05-01 06:57:59 UTC (rev 5748) @@ -39,12 +39,10 @@ // bspeval, bspderiv, findspan, basisfun // PKG_ADD: autoload ("bspeval", "low_level_functions.oct"); -DEFUN_DLD(bspeval, args, nargout,"\n\ - BSPEVAL: Evaluate B-Spline at parametric points\n \ -\n \ -\n \ -\n \ -\n \ +DEFUN_DLD(bspeval, args, nargout,"\ + BSPEVAL: Evaluate B-Spline at parametric points\n\ +\n\ +\n\ Calling Sequence:\n \ \n \ p = bspeval(d,c,k,u)\n \ @@ -110,10 +108,9 @@ // PKG_ADD: autoload ("bspderiv", "low_level_functions.oct"); DEFUN_DLD(bspderiv, args, nargout,"\n\ - BSPDERIV: B-Spline derivative\n \ -\n \ -\n \ -\n \ + BSPDERIV: B-Spline derivative\n\ +\n\ +\n\ Calling Sequence:\n \ \n \ [dc,dk] = bspderiv(d,c,k)\n \ @@ -208,6 +205,8 @@ // PKG_ADD: autoload ("findspan", "low_level_functions.oct"); DEFUN_DLD(findspan, args, nargout,"\ FINDSPAN: Find the span of a B-Spline knot vector at a parametric point\n \ +\n\ +\n\ Calling Sequence:\n \ \n \ s = findspan(n,p,u,U)\n \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |