Home
last modified time | relevance | path

Searched refs:TypeOfFE_P2ttdc (Results 1 – 1 of 1) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DElement_RT.cpp617 class TypeOfFE_P2ttdc : public TypeOfFE { public: class
627 TypeOfFE_P2ttdc(): TypeOfFE(0,0,6,1,Data,3,1,6,6,Pi_h_coef) in TypeOfFE_P2ttdc() function in Fem2D::TypeOfFE_P2ttdc
642 …int TypeOfFE_P2ttdc::Data[]={6,6,6,6,6,6, 0,1,2,3,4,5, 0,0,0,0,0,0, 0,0,0,0,0,0, 0,1,2,3,4,5, 0,…
644 double TypeOfFE_P2ttdc::Pi_h_coef[]={1.,1.,1.,1.,1.,1.};
646 const R2 TypeOfFE_P2ttdc::G(1./3.,1./3.);
647 const R TypeOfFE_P2ttdc::cshrink=1-1e-2;
648 const R TypeOfFE_P2ttdc::cshrink1=1./TypeOfFE_P2ttdc::cshrink;
719 …void TypeOfFE_P2ttdc::FB(const bool *whatd,const Mesh & ,const Triangle & K,const R2 & P1,RNMK_ & … in FB()
818 static TypeOfFE_P2ttdc The_TypeOfFE_P2ttdc;