#include <formula.hh>
Public Types | |
typedef concepts::Realtype< F >::type | G |
typedef F | value_type |
Public Member Functions | |
PiecewiseConstDynArrayFormula (const DynArray< F > &formula) | |
virtual PiecewiseConstDynArrayFormula< F > * | clone () const |
Virtual copy constructor. | |
virtual F | operator() (const Connector &cell, const Real p, const Real t=0.0) const |
Gives the constant in an particular cell. | |
virtual F | operator() (const Connector &cell, const Real2d &p, const Real t=0.0) const |
Gives the constant in an particular cell. | |
virtual F | operator() (const Connector &cell, const Real3d &p, const Real t=0.0) const |
Gives the constant in an particular cell. | |
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< concepts::Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
virtual const F & | dflt_value () const |
Gives default value. | |
virtual F & | dflt_value () |
Gives default value. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Piecewise constant function defined by attributes, base on dynamic array.
Definition at line 183 of file formula.hh.
|
inherited |
Definition at line 45 of file piecewiseFormula.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
virtual |
Virtual copy constructor.
Implements concepts::PiecewiseFormulaBase< F >.
|
inlinevirtualinherited |
Gives default value.
Definition at line 83 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Gives default value.
Definition at line 81 of file piecewiseFormula.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::PiecewiseFormulaBase< F >.
|
inlinevirtual |
Gives the constant in an particular cell.
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 189 of file formula.hh.
|
inlinevirtual |
Gives the constant in an particular cell.
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 193 of file formula.hh.
|
inlinevirtual |
Gives the constant in an particular cell.
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 197 of file formula.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 52 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 57 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 63 of file piecewiseFormula.hh.