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