elementFormulaRCP_std.hh
RCP< const Formula< F > > & operator=(const RCP< const Formula< F > > &x)
Definition: elementFormulaRCP_std.hh:192
Point< typename Combtype< F, Real >::type, dim > operator*(const Real x, const Point< F, dim > &y)
Definition: vectorsMatrices.hh:240
RCP(H x, I y)
Constructor with any two parameters, I is a deleter function.
Definition: elementFormulaRCP_std.hh:82
RCP(const std::shared_ptr< H > &x)
Definition: elementFormulaRCP_std.hh:167
RCP(std::shared_ptr< const ElementFormula< F, G > > &x)
conversion constructor from std::shared_ptr
Definition: elementFormulaRCP_std.hh:71
#define DEBUGL(doit, msg)
RCP(const Formula< F > &x)
Constructor with a given reference, ElementFormula will be cloned.
Definition: elementFormulaRCP_std.hh:186
RCP< const Formula< F > > & operator=(const RCP< H > &x)
Definition: elementFormulaRCP_std.hh:200
RCP(const ElementFormula< F, G > *x)
Constructor for a simple pointer to ElementFormula, which will be deleted by the RCP.
Definition: elementFormulaRCP_std.hh:67
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
RCP< const ElementFormula< F, G > > & operator=(const RCP< const ElementFormula< F, G > > &x)
Definition: elementFormulaRCP_std.hh:104
RCP< const ElementFormula< F, G > > & operator=(const RCP< H > &x)
Definition: elementFormulaRCP_std.hh:112
Definition: operations.hh:76
RCP(const std::shared_ptr< H > &x)
conversion constructor from std::shared_ptr<H>, where H can be converted into ElementFormula<F,...
Definition: elementFormulaRCP_std.hh:77
RCP(std::shared_ptr< const Formula< F > > &x)
Definition: elementFormulaRCP_std.hh:163
RCP(const Formula< F > *x)
Constructor for a simple pointer to ElementFormula, which will be deleted by the RCP.
Definition: elementFormulaRCP_std.hh:160
RCP(const ElementFormula< F, G > &x)
Constructor with a given reference, ElementFormula will be cloned.
Definition: elementFormulaRCP_std.hh:97