Marco,

I am moving this thread to the octave-forge list as it is related to  
an octave-forge package and not to core Octave.

On 20 Feb 2009, at 00:45, Marco wrote:

> Hi all, I have a problem with secs2D package. It is installed  
> correctly
> but I don't know what I have to pass to the function:
>
> QDDGOXgummelmap (imesh,Dsides,...
>    Simesh,Sinodes,Sielements,SiDsides,Intsides,...
>    idata,toll,maxit,ptoll,pmaxit,stoll,smaxit,verbose,options)
>
>
> all parameters are clear but "Intsides",

intsides should be the list of mesh nodes on the semiconductor-oxide  
interface.
If the device you are simulating does not have an insulator region you  
can use

Intsides = [];

> "stoll" and "smaxit".

these are tolerance and maximum number of iterations for the inner  
loop of the GGM algorithm [1]

> Someone knows what are these parameters and their dimensions? Integer?
all values are integers

> Vectors?
> Matrix?
intsides can be a vector, stoll and smaxit should be scalars

> Thanks all


HTH,
c.
--------
[1] C.d.F., R. Sacco, and J. Jerome. Quantum corrected drift–diffusion  
models: Solution fixed point map and finite element approximation. J.  
Comput. Phys., 228:770–1789, 2009.





------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to