User contributions for Thomas
Jump to navigation
Jump to search
9 November 2023
- 16:5616:56, 9 November 2023 diff hist +25 Installation on Mac OSX Mojave to Big Sur No edit summary
- 16:5216:52, 9 November 2023 diff hist −462 Installation on Mac OSX Mojave to Big Sur No edit summary
- 16:5116:51, 9 November 2023 diff hist +6 Installation on Mac OSX Mojave to Big Sur No edit summary
9 October 2023
- 12:5512:55, 9 October 2023 diff hist +2 Developers and Contributors →Contributors current
- 12:5512:55, 9 October 2023 diff hist +285 Developers and Contributors No edit summary
- 12:5212:52, 9 October 2023 diff hist +53 What is Under the Hood - Detailed No edit summary current
- 12:5212:52, 9 October 2023 diff hist −32 What is Under the Hood - Detailed No edit summary
- 12:5112:51, 9 October 2023 diff hist −4 C++ Code Organization →Source Structure current
- 12:4612:46, 9 October 2023 diff hist +2,115 N C++ Code Organization 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:2712:27, 9 October 2023 diff hist +524 N Plotting 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..." current
- 12:2312:23, 9 October 2023 diff hist +216 Geometry No edit summary current
- 12:2012:20, 9 October 2023 diff hist +577 N Geometry 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..."
29 September 2023
- 15:1815:18, 29 September 2023 diff hist +8 Installation from Debian package →Download the flooxs debian (.deb) package current
- 15:1515:15, 29 September 2023 diff hist +4 Installation from Debian package →Download the flooxs debian (.deb) package
- 15:1515:15, 29 September 2023 diff hist −53 Installation from Debian package No edit summary
9 August 2023
- 17:0017:00, 9 August 2023 diff hist +1 Installation on Windows Linux Subsystem →Set the required environment variable current
- 16:5916:59, 9 August 2023 diff hist +90 Installation on Windows Linux Subsystem →Set the required environment variable
29 June 2023
- 20:0820:08, 29 June 2023 diff hist +83 Installation from Debian package →Install the package
- 20:0720:07, 29 June 2023 diff hist +65 Installation from Debian package →Install the package
- 20:0720:07, 29 June 2023 diff hist +27 N File:Download flooxs 1-v2022-1 all.deb.doc flooxs v2022 debian package current
- 20:0620:06, 29 June 2023 diff hist 0 Installation from Debian package →Download the flooxs debian (.deb) package
- 20:0420:04, 29 June 2023 diff hist +4 Installation from Debian package →Download the flooxs debian (.deb) package
- 20:0020:00, 29 June 2023 diff hist +41 Installation from Debian package No edit summary
- 19:5519:55, 29 June 2023 diff hist +274 N Installation from Debian package 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 ..."
- 19:5019:50, 29 June 2023 diff hist +39 Manual →Installation current
8 June 2023
- 22:0522:05, 8 June 2023 diff hist +176 Installation on Windows Linux Subsystem →Compile
- 22:0322:03, 8 June 2023 diff hist +203 Installation on Ubuntu →Compile Flooxs current
1 June 2023
- 18:3218:32, 1 June 2023 diff hist +3 Process Tutorial →Semiconductor Process Steps current
- 15:1515:15, 1 June 2023 diff hist −11 Manual →Installation
- 15:0715:07, 1 June 2023 diff hist +14 Process Tutorial →Process Steps
- 15:0615:06, 1 June 2023 diff hist +146 Process Tutorial →Sputter
- 15:0415:04, 1 June 2023 diff hist 0 N File:Sputter.png No edit summary current
- 15:0315:03, 1 June 2023 diff hist +53 Process Tutorial →Sputter
- 15:0215:02, 1 June 2023 diff hist 0 N File:Diffuse.png No edit summary current
- 15:0215:02, 1 June 2023 diff hist +28 Process Tutorial →Diffusion
- 15:0115:01, 1 June 2023 diff hist 0 N File:Implant.png No edit summary current
- 15:0115:01, 1 June 2023 diff hist +17 Process Tutorial →Implant
- 15:0115:01, 1 June 2023 diff hist 0 N File:Etch.png No edit summary current
- 15:0015:00, 1 June 2023 diff hist −3 Process Tutorial →Etch
- 15:0015:00, 1 June 2023 diff hist 0 N File:Deposit.png No edit summary current
- 15:0015:00, 1 June 2023 diff hist 0 Process Tutorial →Deposit
- 14:5914:59, 1 June 2023 diff hist 0 N File:Initial.png No edit summary current
- 14:5914:59, 1 June 2023 diff hist −6 Process Tutorial →Base Layer and Gas
- 14:1814:18, 1 June 2023 diff hist −25 Process Tutorial →Diffusion
- 14:1414:14, 1 June 2023 diff hist +1,382 Process Tutorial →Diffusion
- 13:5913:59, 1 June 2023 diff hist +505 Process Tutorial →Diffusion
15 February 2023
- 20:3220:32, 15 February 2023 diff hist +38,191 N Support Scripts 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..." current
- 20:3220:32, 15 February 2023 diff hist +73 Manual →Overview and Basic Concepts
6 January 2021
- 16:5016:50, 6 January 2021 diff hist +2,905 N Installation on Mac OSX Mojave to Big Sur 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..."
- 16:3716:37, 6 January 2021 diff hist +48 Manual →Installation