18  template<
typename F, 
typename G>
 
   45    RotRot(
const uint i = 0, 
const uint j = 0) :
 
   46      i_(i), j_(j), coeffMatrix_(0), jacobian_(0),
 
   47      jacobianInv_(0), oldElm_(0), sharedData_(0) {}
 
 
   51     const Quad<Real>** oldElm, 
const uint i = 0, 
const uint j = 0) :
 
   52      i_(i), j_(j), coeffMatrix_(0), jacobian_(&jacobian),
 
   53      jacobianInv_(&jacobianInv), oldElm_(oldElm), sharedData_(0) {}
 
 
   74    virtual std::ostream& 
info(std::ostream& os) 
const;
 
 
RotRot(concepts::Array< Real > &jacobian, concepts::Array< concepts::MapReal2d > &jacobianInv, const Quad< Real > **oldElm, const uint i=0, const uint j=0)
Constructor of the i.th row and j.th column of vectorial Bilinearform.
 
RotRot(const uint i=0, const uint j=0)
Constructor of the i.th row and j.th column of vectorial Bilinearform.
 
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
 
static void setup(vectorial::BilinearForm< Real, Real > &bf)
 
virtual void data(concepts::Cloneable *d)
Sets the data to be shared.
 
virtual MaxwellSharedData * data() const
Returns the data to be shared.
 
virtual RotRot * clone() const