# doc-cache created by Octave 4.2.0
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
secs2d


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1060
 PKG_ADD:# Run this only if the package is installed
 PKG_ADD:if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
 PKG_ADD:  dirlist= {"Utilities","DDGOX","ThDDGOX","QDDGOX","METLINES","DDGOXT"};
 PKG_ADD:
 PKG_ADD:  for ii=1:length(dirlist)
 PKG_ADD:     addpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
 PKG_ADD:  end
 PKG_ADD:
 PKG_ADD:  __gmsh = file_in_path (EXEC_PATH, "gmsh");
 PKG_ADD:  if (isempty (__gmsh))
 PKG_ADD:    __gmsh = file_in_path (EXEC_PATH, "gmsh.exe");
 PKG_ADD:    if (isempty (__gmsh))
 PKG_ADD:      warning ("gmsh does not seem to be present some functionalities will be disabled");
 PKG_ADD:    endif
 PKG_ADD:  endif
 PKG_ADD:  clear __gmsh;
 PKG_ADD:
 PKG_ADD:  __dx = file_in_path (EXEC_PATH, "dx");
 PKG_ADD:  if (isempty (__dx))
 PKG_ADD:    __dx = file_in_path (EXEC_PATH, "dx.exe");
 PKG_ADD:    if (isempty (__dx))
 PKG_ADD:      warning ("dx does not seem to be present some functionalities will be disabled");
 PKG_ADD:    endif
 PKG_ADD:  endif
 PKG_ADD:  clear __dx;
 PKG_ADD:end



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 PKG_ADD:# Run this only if the package is installed
 PKG_ADD:if (! exist (fullf



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 19
secs2d_demo_pndiode


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 398
  This sample script shows how to compute the IV characteristics of a
  rectangular pn-diode. 

   HOW TO SET UP THE GEOMETRY:

                 Ln        Lp
             |---------|---------|
    
         -   ,---------,---------,
         |   |.........|\\\\\\\\\|
     Td  |   |.........|\\\\\\\\\|
         |   |.........|\\\\\\\\\|
         -   '---------'---------'

  Lengths are in meters



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
  This sample script shows how to compute the IV characteristics of a
  rectangu





