#include <recompShpFct.hh>


Public Member Functions | |
| void | compute () |
| Recomputing of shape functions. | |
| uint & | operator[] (const uint attrib) |
| RecomputeShapefct (concepts::Space< concepts::Real > &spc, enum concepts::intRule rule, bool constant, uint points) | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| bool | constant_ |
| uint | dtltPoints_ |
| std::map< uint, uint > | points_ |
| enum concepts::intRule | rule_ |
| concepts::Space< Real > * | spc_ |
Definition at line 15 of file recompShpFct.hh.
| hp2Dedge::RecomputeShapefct::RecomputeShapefct | ( | concepts::Space< concepts::Real > & | spc, |
| enum concepts::intRule | rule, | ||
| bool | constant, | ||
| uint | points | ||
| ) | [inline] |
Definition at line 17 of file recompShpFct.hh.
| void hp2Dedge::RecomputeShapefct::compute | ( | ) |
Recomputing of shape functions.
Reimplemented from hp2D::RecomputeShapefct.
| virtual std::ostream& hp2D::RecomputeShapefct::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| uint& hp2D::RecomputeShapefct::operator[] | ( | const uint | attrib | ) | [inline, inherited] |
Definition at line 21 of file recompShpFct.hh.
bool hp2D::RecomputeShapefct::constant_ [protected, inherited] |
Definition at line 28 of file recompShpFct.hh.
uint hp2D::RecomputeShapefct::dtltPoints_ [protected, inherited] |
Definition at line 29 of file recompShpFct.hh.
std::map<uint, uint> hp2D::RecomputeShapefct::points_ [protected, inherited] |
Definition at line 30 of file recompShpFct.hh.
enum concepts::intRule hp2D::RecomputeShapefct::rule_ [protected, inherited] |
Definition at line 27 of file recompShpFct.hh.
concepts::Space<Real>* hp2D::RecomputeShapefct::spc_ [protected, inherited] |
Definition at line 26 of file recompShpFct.hh.