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