19template<
class T=real_t>
25 using gsPde<T>::m_solution;
56 std::ostream &
print(std::ostream &os)
const
58 os <<
"Euler-Bernoulli beam equation\n";
Class containing a set of boundary conditions.
Definition gsBoundaryConditions.h:342
The differential equation describing the linear Euler-Bernoulli beam.
Definition gsEulerBernoulliBeamPde.h:21
std::ostream & print(std::ostream &os) const
Prints the object as a string.
Definition gsEulerBernoulliBeamPde.h:56
uPtr clone()
Clone methode. Produceds a deep copy inside a uPtr.
A function from a n-dimensional domain to an m-dimensional image.
Definition gsFunction.h:60
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
Base class of descriptions of a PDE problem.
The G+Smo namespace, containing all definitions for the library.