Go to the documentation of this file.
6 #ifndef hprecompShpFct2D_hh
7 #define hprecompShpFct2D_hh
21 bool constant, uint points) :
27 virtual std::ostream&
info(std::ostream& os)
const;
37 #endif // hprecompShpFct2D_hh
std::map< uint, uint > points_
void compute()
Recomputing of shape functions.
concepts::Space< Real > * spc_
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
2D hp-FEM for H1-conforming elements.
uint & operator[](const uint attrib)
intRule
Types of integration rules to choose from.
enum concepts::intRule rule_
RecomputeShapefct(concepts::Space< Real > &spc, enum concepts::intRule rule, bool constant, uint points)
Class providing an output operator.