G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDE definitions

Detailed Description

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...