STEP-2MOD
Example 2 for DEALII


STEP-2MOD, a dealii code which is a modification of step-2, which uses piecewise linear, quadratic or cubic basis functions, and queries and prints the number of nonzeros and the bandwidth before and after renumbering.

Results:

                    nonzeros     band before    band after

        linear        10,020           1,037           287
        quadratic     64,820           3,912           746 
        cubic        220,500           8,383         1,482
      

Reference:

  1. Wolfgang Bangerth, Ralf Hartmann, Guido Kanschat,
    DEAL.II - a general-purpose object-oriented finite element library,
    ACM Transactions on Mathematical Software,
    Volume 33, Number 4, article 24, August 2007.

Source code:


Last revised on 24 May 2020.