concepts::DirichletElementFormula< F, G > Class Template Referenceabstract
Dirichlet Data as element formula. More...
#include <traces.hh>
Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual DirichletElementFormula< F, G > * | clone () const |
| Virtual copy constructor. More... | |
| virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
| Virtual copy constructor. More... | |
| DirichletElementFormula (const BoundaryConditions bc) | |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
| Evaluates the formula. More... | |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| Evaluates the formula. More... | |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| Evaluates the formula. More... | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More... | |
Private Member Functions | |
| template<typename P > | |
| bool | compute_ (const Edge2d *cell, const Boundary b, const P &p, const Real t, F &val) const |
| bool | compute_ (const Edge2d *cell, const Boundary b, const Real p, const Real t, F &val) const |
| template<typename P > | |
| F | compute_ (const Element< G > &elm, const P &p, const Real t) const |
Private Attributes | |
| const BoundaryConditions | bc_ |
Detailed Description
template<typename F, typename G = typename Realtype<F>::type>
class concepts::DirichletElementFormula< F, G >
Dirichlet Data as element formula.
One should use trace space like hp2D::TraceSpace to get elements on the boundary of the cells.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ DirichletElementFormula()
|
inline |
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ compute_() [1/3]
|
inlineprivate |
◆ compute_() [2/3]
|
inlineprivate |
◆ compute_() [3/3]
|
inlineprivate |
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()() [1/6]
|
virtual |
◆ operator()() [2/6]
|
virtual |
◆ operator()() [3/6]
|
virtual |
◆ operator()() [4/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [5/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [6/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
Member Data Documentation
◆ bc_
|
private |
The documentation for this class was generated from the following file:
- hp2D/traces.hh

