Skip to content

Commit

Permalink
added comments to beginning of file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1267 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 28, 2004
1 parent 6c266ee commit 8714d33
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions modeq/daelow.rml
Expand Up @@ -25,12 +25,21 @@
** description: DAELow a lower form of DAE including sparse matrises for
** BLT decomposition, etc.
**
** RCS: %W% %E%
** RCS: $Id$
**
**)

(** - Module header *)

(**
** This module is a lowered form of a DAE including equations simple equations in
** two separate lists. The variables are split into known variables
** (parameters and constants) and unknown variables
** (states and algebraic variables).
** The module includes the BLT sorting algorithm which sorts the
** equations into blocks, and the index reduction algorithm using
** dummy derivatives for solving higher index problems.
** It also includes the tarjan algorithm to detect strong components
** in the BLT sorting.
**)
module DAELow:

with "dae.rml"
Expand Down

0 comments on commit 8714d33

Please sign in to comment.