Wave equation with dynamic boundary conditions

The following codes contain implementations of wave equation with dynamic boundary conditions, written in the project A2. Space discretization is done with isoparametric finite elements. For semilinear problems (with kinetic boundary conditions) an IMEX scheme and exponential integrators are considered for the time integration.

More information can be found in

Further, nonlinear problems with kinetic and acoustic boundary conditions are implemented. Details can be found in

Access to software

All codes are written in C++ with the finite element library deal.II. Further details of the implementation can be found in the corresponding README files.