Previous Up Next

3  Routines

The most important program structure is shown below:
tn (main routine)
input (read input)
db_initialize (initialize the database)
top (time step loop)
elem (element loop, integration point loop)
general (generic element part)
condif (convection_diffusion equation)
materi (materi equation)
stress (stress evaluation )
plasti (plasticity evaluation)
wave (wave equation)
solve (solve equations)
refine_globally (h- and p-refinement)
refine_locally (local h-refinement)
print (print outpout)
tn_exit (exit tochnog)

Below, all files are listed:
Previous Up Next