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 LinearFormType type() const#
-
return the type of the linear form
-
DoubleIntgLinearForm(const GeomDomain &domv, const GeomDomain &domu, const OperatorOnUnknown &opu, QuadRule qr = _defaultRule, number_t qo = 0)#