Alagator: Difference between revisions
Jump to navigation
Jump to search
(New page: 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 comma...) |
No edit summary |
||
Line 3: | Line 3: | ||
* [[Callback Procedures]], A description of the procedures that are looked for and called by the diffusion code. | * [[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 |
Revision as of 21:27, 28 September 2010
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 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.
- Support Commands - equation, solution