This collection of programs is intended to be used as a starting point for the FSI-suite environment. More...
Files | |
file | dof_plotter.cc |
Degrees of freedom plotter. | |
file | mesh_handler.cc |
Mesh generator and reader. | |
Classes | |
class | MeshHandler< dim, spacedim > |
Entry point of the FSI-suite programs. More... | |
class | PDEs::Serial::Poisson< dim, spacedim > |
Poisson problem, serial version. More... | |
class | PDEs::Serial::PoissonNitscheInterface< dim, spacedim > |
Imposing an interaface condition in Poisson problem, serial version. More... | |
This collection of programs is intended to be used as a starting point for the FSI-suite environment.
You should navigate your way through the MeshHandler class, the dof_plotter.cc program, and the PDEs::Serial::Poisson the get acquainted with how the FSI-suite works.
See alse Structure of programs in the FSI-suite for a detailed description of how to run the programs of the FSI-suite.