Alagator: Difference between revisions

From Flooxs
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Alagator is the scripting language that was developed as a way for FLOOXS users to easily control the physics in their simulations. This is where the real power of FLOOXS lies. These commands allow the user to easily set up a set of common process or semiconductor device equations. For example, the scripting language has multiple components that are called during execution of a diffusion command. The basic element is a description of a differential equation. The diffusion calls several procedures for a solution that allow these equations to be constructed at run time.
Alagator is the scripting language that was developed as a way for FLOOXS users to easily control the physics in their simulations. This is where the real power of FLOOXS lies. These commands allow the user to easily set up a set of common process or semiconductor device equations. For example, the scripting language has multiple components that are called during the execution of a diffusion command. The basic element is a description of a differential equation.  
* [[Alagator Language Description]], A description of the recognized keywords and symbols in building an equation.
* [[Alagator Language Description]], A description of the recognized keywords and symbols in building an equation.
* [[Callback Procedures]], A description of the procedures that are looked for and called by the diffusion code.
* [[Alagator Tutorial]], Tutorial examples that help users get started.
* [[Alagator Tutorial]], Tutorial examples that help users get started.
* [[Support Commands]] - equation, solution
* [[Support Commands]] - equation, solution

Revision as of 13:26, 11 June 2020

Alagator is the scripting language that was developed as a way for FLOOXS users to easily control the physics in their simulations. This is where the real power of FLOOXS lies. These commands allow the user to easily set up a set of common process or semiconductor device equations. For example, the scripting language has multiple components that are called during the execution of a diffusion command. The basic element is a description of a differential equation.