New pages

Jump to navigation Jump to search
New pages
Hide bots | Show redirects
  • 12:46, 9 October 2023C++ Code Organization (hist | edit) ‎[2,111 bytes]Thomas (talk | contribs) (Created page with "= Top Level Directory Structure = * arch - make file architectures * bin - support scripts for compilation * doc - various forms of documentation, such as doxygen and man file * docker - docker files for building FLOOXS on various platforms (how we test on platforms we don't run) * Params - simulation parameter files * src - source code * TclLib - TCL front end support functions, such as models * Test - Test simulation files accumulated over many years = Source Structur...")
  • 12:27, 9 October 2023Plotting (hist | edit) ‎[524 bytes]Thomas (talk | contribs) (Created page with "= Plplot = FLOOXS uses plplot to handle cross-platform plotting. There are two main kinds of plots: plotxd (1,2,3) and chart. The plotxd commands plot data that in on the finite element mesh while the chart command is a convenient xy plotter for things like I-V curves. The plotxd are also used for grid like plotting. Under the hood plotxd commands are simply bindings that take finite element data and display it using plplot. The objects located in the src/plplot direct...")
  • 12:20, 9 October 2023Geometry (hist | edit) ‎[793 bytes]Thomas (talk | contribs) (Created page with "= Geometry Formation = FLOOXS forms geometries using the level set method. This method allows FLOOXS to solve the moving boundary problem on a special finite element grid called an anisotropic mesh (anisomesh). A geometry is available for processing anytime a solution is available on the anisomesh. Geometries fit broadly in two categories: deposition and etch. A deposition creates a new material mesh on top of an existing mesh. An etch cuts into a material stack. = Mes...")
  • 19:55, 29 June 2023Installation from Debian package (hist | edit) ‎[426 bytes]Thomas (talk | contribs) (Created page with "= Download the flooxs debian (.deb) package = Click this link to download the latest flooxs version {{File-DL|flooxs|DEB}} = Install the package = Use the following command on ...")
  • 20:32, 15 February 2023Support Scripts (hist | edit) ‎[38,191 bytes]Thomas (talk | contribs) (Created page with "__TOC__ <span id="introduction"></span> = Introduction = This serves as my repository and hopefully a future repository for lots of floods device models. Currently only support...")
  • 16:50, 6 January 2021Installation on Mac OSX Mojave to Big Sur (hist | edit) ‎[2,474 bytes]Thomas (talk | contribs) (Created page with "'''The preparation you need do: ''' 1. Download the software and put it on your hard drive in a directory called flooxs. 2. Get the Developer Package for Mac and installed. XCo...")
  • 20:31, 18 June 2020Plot3dCommand (hist | edit) ‎[2,142 bytes]Law (talk | contribs) (Created page with "= Plot3d = plot3d - plot a three-dimensional perspective plot of a solution variable == Synopsis == === plot2d === [ graph = <c> ] [ clear ] [ xlab==<c>] [yl...")
  • 20:24, 18 June 2020ChartCommand (hist | edit) ‎[2,521 bytes]Law (talk | contribs) (Created page with "= Chart = chart - plot data points, one by one, on a graph == Synposis == === plot1d === [ graph=<c> ] [ curve=<&gt ] [ xlab=<c>] [ ylab=<c> ] [ title...")
  • 19:42, 18 June 2020MaterCommand (hist | edit) ‎[1,671 bytes]Law (talk | contribs) (Created page with "= Mater Command = mater - get and set material properties. Parameters are set as part of alagator. == Synopsis == === mater === [list] [bulk] [all] [add] [name = <c>] ...")
  • 20:49, 16 June 2020PenCommand (hist | edit) ‎[766 bytes]Law (talk | contribs) (Created page with "= Pen = pen - define the characteristics of a pen to use with plotting == Synposis == === pen === [ name=<c> ] [ width=<n> ] [ symb=<i>] [ white | black...")
  • 14:43, 16 June 2020WindowCommand (hist | edit) ‎[1,047 bytes]Law (talk | contribs) (Created page with "= Window = window - create a plotting surface with an array of panes for individual plots == Synposis == === window === [ rows=<n> ][ columns=<n> ] [ width=<n...")
  • 14:07, 11 June 2020HEMT Grid Example (hist | edit) ‎[1,892 bytes]Law (talk | contribs) (Created page with "This first section defines the vertical grid structure. line x loc=-0.3 spac=0.01 tag=MetTop line x loc=-0.1 spac=0.01 line x loc=0.0 spac=0.001 tag=AlGaNTop ...")
  • 13:51, 11 June 20201D Implant and Diffusion (hist | edit) ‎[772 bytes]Law (talk | contribs) (Created page with "A common example is to estimate a junction depth after annealing. line x loc=0.0 spac=0.001 tag=Top line x loc=0.7 spac=0.001 line x loc=1.0 spac=0.01 tag=Bottom region sil...")
  • 19:20, 4 June 2020MOSFET Grid Example (hist | edit) ‎[1,965 bytes]Law (talk | contribs) (Created page with "= MOSFET Grid Example = line x loc=-0.05 spac=0.01 tag=TopOx line x loc=0.03 spac=0.001 tag=TopSi line x loc=0.04 spac=0.0025 line x loc=0.06 spac=0.01 l...")