Class xlifepp::DoubleIntgLinearForm#

class DoubleIntgLinearForm : public xlifepp::BasicLinearForm#

describes a linear form based on a double integral

Public Functions

DoubleIntgLinearForm(const GeomDomain &domv, const GeomDomain &domu, const OperatorOnUnknown &opu, QuadRule qr = _defaultRule, number_t qo = 0)#

basic construct

inline virtual string_t asString() const#

interpret as string for print purpose

virtual BasicLinearForm *clone() const#

clone of the linear form

inline const GeomDomain *domainx() const#

return the pointer to the first domain

inline const GeomDomain *domainy() const#

return the pointer to the second domain

inline const OperatorOnUnknown *opu() const#

return the pointer to the operator on unknown

virtual void print(std::ostream&) const#

print utility

inline virtual StrucType strucType() const#

return the structure type of the linear form

inline virtual LinearFormType type() const#

return the type of the linear form

inline virtual ValueType valueType() const#

return the value type of the linear form