NGSolve / ngsolve

Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
https://ngsolve.org/
GNU Lesser General Public License v2.1
436 stars 79 forks source link

About document #21

Closed Liu0813 closed 4 years ago

Liu0813 commented 4 years ago

In the NGSolve website, I can only found the tutorials document. But I want to implement some new modules, such as moving mesh, and I need more detail about more detailed interface information about this library. So where I can found the complete document about this code.

ChrLackner commented 4 years ago

About moving meshes, there is a talk of Michael Neunteufel at the usermeeting last year: https://www.youtube.com/watch?v=8ZcGvtk4jIA There are the tutorials and the c++ introduction (mylittlengsolve). If you want to dig deeper, you need to work threw the source code.