vanzantom / GDGMatlab

GDGMatlab contains libraries to implement Finite element methods (FEM) and Discontinous Galerking finite element methods (DG) for the solution of PDE in Matlab.
GNU General Public License v3.0
2 stars 1 forks source link

About GDGMatlab? #1

Closed HaoWangCyy closed 4 years ago

HaoWangCyy commented 5 years ago

Do you have relevant documentation for learning? Can you share it with me?

vanzantom commented 5 years ago

Concerning the implementation of DG methods, I would recommend you some slides prepared by Prof. Antonietti who is a leading expert in DG methods. There are available on her website: http://www1.mate.polimi.it/~antonietti/PERSONAL_WEBPAGE/Teaching.html under academic year A.Y. 2016-2017.

Specific documentation concerning GDGMatlab is not available yet.

HaoWangCyy commented 5 years ago

Thank you for providing a good learning document.