[Back]

Numerical Software 2, academic year 2020/21


https://su.mff.cuni.cz/ - Records of the lectures, "studentske uloziste", CAS login required,
directory
/home/dolejsi/Numerical Software

Week 1, March 1, 2021

  • Implementation of the finite element method, lecture notes FEM-implement.pdf, Section 1.1 (end of the lecture at to page 12)

  • Tutorial: writing a cimple C-shell scripts tutorial10_Cshell.pdf

    Week 2, March 8, 2021

    No lecture nor tutorial

    Week 3, March 15, 2021

  • Implementation of the finite element method, lecture notes FEM-implement.pdf, Section 1.1

  • Tutorial: writing a cimple C-shell scripts tutorial10_Cshell.pdf – advanced tasks, some tricks in gnuplot

    Week 4, March 22, 2021

  • Implementation of the finite element method, lecture notes FEM-implement.pdf, Section 1.2

  • Tutorial: basic implementation of FEM tutorial7_FEM.pdf

    Week 5, March 29, 2021

  • Implementation of the finite element method, lecture notes FEM-implement.pdf, Section 1.3

  • Tutorial: basic implementation of FEM tutorial7_FEM.pdf

    Week 6, April 5, 2021

    No lecture nor tutorial -- Easter

    Week 7, April 12, 2021

  • mesh generation and mesh adaptation NumSoft.pdf, Chapter 13
  • Tutorial: advanced implementation of FEM tutorial8_FEMsparse.pdf
  • storing of sparse matrix, an example NumSoft_sparse.pdf (see the last page, please ignore the previous ones)


    Week 8, April 19, 2021

  • anisotropic mesh adaptation AMA.pdf
  • Tutorial: FreeFEM++ software http://www3.freefem.org/


    Week 9, April 26, 2021

  • anisotropic mesh adaptation AMA.pdf ;   presentation at pres-AMA1.pdf
  • animation of AMA methods: here
  • Tutorial: ANGENER code, File 'manual.ps' from the software package angener3.1.tar.gz , presentation at pres-AMA2.pdf
  • Main tasks 3 & 4 tutorial12_AMA.pdf


    Week 10, May 3, 2021

  • Individual solution of Main tasks 3 & 4 tutorial12_AMA.pdf , Section 13.4
  • possible but limited consultation with teacher

    Week 11, May 10, 2021

  • Fast Fourier Transformation, lecture notes NumSoft.pdf , Chapters 14
  • tutorial: tutorial13_FFT.pdf

    Week 12, May 17, 2021

  • Multigrid methods, lecture notes NumSoft.pdf , Chapters 15
  • tutorial: tutorial14_MG.pdf

    Week 13, May 24, 2021

  • Multigrid methods, lecture notes NumSoft.pdf , Chapters 15
  • UMFPACK package, overview ONLY
  • tutorial: tutorial15_Adgfem.pdf , source file ADGFEM – Adaptive discontinuous Galerkin finite element method code

    Week 14, May 31, 2021

  • LASPACK, overview ONLY
  • software for visualization, gnuplot, paraview
  • tutorial: software for visualization