Program structure.

The main subroutine of CalculiX is ccx_2.19.c. It consists roughly of the following parts:

For each step:
  1. Reading the step input data (including the prestep data for the first step)
  2. Determining the matrix structure
  3. Filling and solving the set of equations, storing the results.



Subsections