56 std::ostream &
print(std::ostream &os)
const
58 os<<
"Laplace equation -\u0394u = 0\n";
gsMultiPatch< T > & domain()
Returns a reference to the Pde domain.
Definition: gsPde.h:66
The Laplace equation.
Definition: gsLaplacePde.h:34
Abstract class representing a PDE (partial differential equation).
Definition: gsPde.h:43
Base class of descriptions of a PDE problem.
std::ostream & print(std::ostream &os) const
Prints the object as a string.
Definition: gsLaplacePde.h:56
Provides declaration of a gsPiecewiseFunction class.
Container class for a set of geometry patches and their topology, that is, the interface connections ...
Definition: gsMultiPatch.h:33
Class containing a set of boundary conditions.
Definition: gsBoundaryConditions.h:341
gsMultiPatch< T > m_domain
Computational domain.
Definition: gsPde.h:165
gsVector< unsigned > m_unknownDim
Description of the unknown fields: for each one the target dimension.
Definition: gsPde.h:162