hp2D::RecomputeShapefct Class Reference
#include <recompShpFct.hh>
Inheritance diagram for hp2D::RecomputeShapefct:
Public Member Functions | |
void | compute () |
Recomputing of shape functions. More... | |
uint & | operator[] (const uint attrib) |
RecomputeShapefct (concepts::Space< 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. More... | |
Protected Attributes | |
bool | constant_ |
uint | dtltPoints_ |
std::map< uint, uint > | points_ |
enum concepts::intRule | rule_ |
concepts::Space< Real > * | spc_ |
Detailed Description
Definition at line 17 of file recompShpFct.hh.
Constructor & Destructor Documentation
◆ RecomputeShapefct()
|
inline |
Definition at line 19 of file recompShpFct.hh.
Member Function Documentation
◆ compute()
void hp2D::RecomputeShapefct::compute | ( | ) |
Recomputing of shape functions.
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator[]()
|
inline |
Definition at line 23 of file recompShpFct.hh.
Member Data Documentation
◆ constant_
|
protected |
Definition at line 30 of file recompShpFct.hh.
◆ dtltPoints_
|
protected |
Definition at line 31 of file recompShpFct.hh.
◆ points_
|
protected |
Definition at line 32 of file recompShpFct.hh.
◆ rule_
|
protected |
Definition at line 28 of file recompShpFct.hh.
◆ spc_
|
protected |
Definition at line 28 of file recompShpFct.hh.
The documentation for this class was generated from the following file:
- hp2D/recompShpFct.hh