The main subroutine of CalculiX is ccx_2.22.c. It consists roughly of the
following parts:
For each step:
- Reading the step input data (including the prestep data for the first
step)
- Determining the matrix structure
- Filling and solving the set of equations, storing the results.
Subsections