#include <formula.hh>
Public Types | |
typedef Real | value_type |
Public Member Functions | |
virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const |
virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const |
virtual ElementFormulaSignNormalVector * | clone () const |
Virtual copy constructor. | |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const=0 |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Element formula on 1D elements based on Edge2d returning the 1.0 if the normal vector is the right one and -1.0 otherwise.
Definition at line 320 of file formula.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< Real >.
Definition at line 336 of file formula.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inlinevirtual |
Definition at line 324 of file formula.hh.
|
inlinevirtual |
Definition at line 329 of file formula.hh.
|
pure virtualinherited |
Evaluates the formula.
elm | Element |
p | Point in space in local element coordinates |
t | Point in time |
|
pure virtualinherited |
Evaluates the formula.
elm | Element |
p | Point in space in local element coordinates |
t | Point in time |
|
pure virtualinherited |
Evaluates the formula.
elm | Element |
p | Point in space in local element coordinates |
t | Point in time |