19 template<
class T=real_t>
56 std::ostream &
print(std::ostream &os)
const
58 os <<
"Euler-Bernoulli beam equation\n";
gsMultiPatch< T > & domain()
Returns a reference to the Pde domain.
Definition: gsPde.h:66
Abstract class representing a PDE (partial differential equation).
Definition: gsPde.h:43
A function from a n-dimensional domain to an m-dimensional image.
Definition: gsFunction.h:59
Base class of descriptions of a PDE problem.
Container class for a set of geometry patches and their topology, that is, the interface connections ...
Definition: gsMultiPatch.h:33
uPtr clone()
Clone methode. Produceds a deep copy inside a uPtr.
std::ostream & print(std::ostream &os) const
Prints the object as a string.
Definition: gsEulerBernoulliBeamPde.h:56
Class containing a set of boundary conditions.
Definition: gsBoundaryConditions.h:341
The differential equation describing the linear Euler-Bernoulli beam.
Definition: gsEulerBernoulliBeamPde.h:20
gsVector< unsigned > m_unknownDim
Description of the unknown fields: for each one the target dimension.
Definition: gsPde.h:162