G+Smo
24.08.0
Geometry + Simulation Modules
|
This group collects classes that define specific PDEs.
This is the base class for PDEs, like the Poisson equation, Stokes equation or convection diffusion equation. The instances of these classes contains the problem description:
The description of the discretization: methods to impose conditions or discrete spaces must be provided separately.
Classes | |
class | gsBiharmonicPde< T > |
A Biharmonic PDE. More... | |
class | gsConvDiffRePde< T > |
A convection-diffusion-reaction PDE, including source term on the right-hand side. More... | |
class | gsEulerBernoulliBeamPde< T > |
The differential equation describing the linear Euler-Bernoulli beam. More... | |
class | gsLaplacePde< T > |
The Laplace equation. More... | |
class | gsPde< T > |
Abstract class representing a PDE (partial differential equation). More... | |
class | gsPoissonPde< T > |
A Poisson PDE. More... | |
class | gsStokesPde< T > |
A stationary Stokes PDE. More... | |