boundaries.hh
DirichletIdentity(DirichletCoefficients *dc=0)
Constructor.
DirichletCoefficients(Space &spc)
Constructor, which calculates the local coefficients belonging the essential Dirichlet boundary condi...
concepts::Array< Real > jacobianReciprocal_
Intermediate data for element matrix computation.
Definition: boundaries.hh:97
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
void operator()(const Quad<> &elm, concepts::ElementMatrix< Real > &em) const
Class for calculating and holding local coefficients per element which represent the dirichlet bounda...
Definition: boundaries.hh:48
GenericElement< KarniadakisMixin< F > > Element
template aliases for backwards compatibility
Definition: element.hh:270
concepts::Array< Real > jacobian_
Intermediate data for element matrix computation.
Definition: boundaries.hh:140
void operator()(const Quad<> &elm, concepts::ElementMatrix< Real > &em) const
void operator()(const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const
Computes the element load vector.
concepts::Array< concepts::MapReal2d > jacobianInv_
Definition: boundaries.hh:141
void operator()(const concepts::Element< Real > &elm, concepts::ElementMatrix< Real > &em) const
Computes the element load vector.
virtual ~DirichletIdentity()
virtual std::ostream & info(std::ostream &os) const
virtual std::ostream & info(std::ostream &os) const
Linear form in 2D for coping the Dirichlet boundary for RotRot bilinearform.
Definition: boundaries.hh:75
concepts::Array< Real > function_
Definition: boundaries.hh:140
Linear form in 2D for coping the Dirichlet boundary for Identity bilinearform.
Definition: boundaries.hh:118
DirichletCoefficients * dc_
Reference to the local coefficients, which fullfill bc.
Definition: boundaries.hh:144
virtual ~DirichletRotRot()
~DirichletCoefficients()
A 2D hp FEM space of edge elements with piecewise polynomial basis functions with two components,...
Definition: space.hh:52
Class for calculating and holding local coefficients per element which represent the dirichlet bounda...
Definition: dirichlet.hh:24
DirichletCoefficients * dc_
Reference to the local coefficients, which fullfill bc.
Definition: boundaries.hh:100