![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
This module contains definitions of PDEs and related structures, for instance boundary conditions.
Classes | |
| struct | boundary_condition< T > |
| Class that defines a boundary condition for a side of a patch for some unknown variable of a PDE. More... | |
| struct | condition_type |
| Specifies the type of boundary condition. More... | |
| class | gsBiharmonicPde< T > |
| A Biharmonic PDE. More... | |
| class | gsBoundaryConditions< T > |
| Class containing a set of boundary conditions. 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 | gsNavStokesPde< T > |
| An incompressible Navier-Stokes PDE. More... | |
| class | gsNewtonIterator< T > |
| Performs Newton iterations to solve a nonlinear system of PDEs. More... | |
| class | gsPde< T > |
| Abstract class representing a PDE (partial differential equation). More... | |
| class | gsPointLoads< T > |
| Class containing a set of points on a multi-patch isogeometric domain, together with boundary conditions. More... | |
| class | gsPoissonPde< T > |
| A Poisson PDE. More... | |
| class | gsStokesPde< T > |
| A stationary Stokes PDE. More... | |
| struct | point_load< T > |
| Struct defining a point together with a scalar or vector load. More... | |