Efficient C++ finite element computing with Rheolef
Résumé
Rheolef is a programming environment for finite element method computing.
This Book presents in details how some simple and more complex problems from solid and fluid mechanics can be solved, most of them in less than 20 lines of code. The concision and readability of codes written with Rheolef is certainly a major keypoint of this environment.
Data structures fit the variational formulation concept of partial differential equations: fields, bilinear forms and functional spaces are C++ types for variables. They can be combined in expressions, as you write it on the paper. As a Lego game, these bricks allows the user to solve most complex nonlinear problems. Algorithms refer to the most up-to-date ones: preconditioned sparse solvers for linear systems, incompressible elasticity, Stokes and Navier-Stokes flows, characteristic method for convection dominated heat problems, etc. Also nonlinear generic algorithms such as fixed point and damped Newton methods.
Software home page is: http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef
This Book presents in details how some simple and more complex problems from solid and fluid mechanics can be solved, most of them in less than 20 lines of code. The concision and readability of codes written with Rheolef is certainly a major keypoint of this environment.
Data structures fit the variational formulation concept of partial differential equations: fields, bilinear forms and functional spaces are C++ types for variables. They can be combined in expressions, as you write it on the paper. As a Lego game, these bricks allows the user to solve most complex nonlinear problems. Algorithms refer to the most up-to-date ones: preconditioned sparse solvers for linear systems, incompressible elasticity, Stokes and Navier-Stokes flows, characteristic method for convection dominated heat problems, etc. Also nonlinear generic algorithms such as fixed point and damped Newton methods.
Software home page is: http://www-ljk.imag.fr/membres/Pierre.Saramito/rheolef