Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes
hp2D::RecomputeShapefct Class Reference

#include <recompShpFct.hh>

Inheritance diagram for hp2D::RecomputeShapefct:
Inheritance graph
[legend]
Collaboration diagram for hp2D::RecomputeShapefct:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void compute ()
 Recomputing of shape functions.
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.

Protected Attributes

bool constant_
uint dtltPoints_
std::map< uint, uint > points_
enum concepts::intRule rule_
concepts::Space< Real > * spc_

Detailed Description

Definition at line 15 of file recompShpFct.hh.


Constructor & Destructor Documentation

hp2D::RecomputeShapefct::RecomputeShapefct ( concepts::Space< Real > &  spc,
enum concepts::intRule  rule,
bool  constant,
uint  points 
) [inline]

Definition at line 17 of file recompShpFct.hh.


Member Function Documentation

void hp2D::RecomputeShapefct::compute ( )

Recomputing of shape functions.

Reimplemented in hp2Dedge::RecomputeShapefct.

virtual std::ostream& hp2D::RecomputeShapefct::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

uint& hp2D::RecomputeShapefct::operator[] ( const uint  attrib) [inline]

Definition at line 21 of file recompShpFct.hh.


Member Data Documentation

Definition at line 28 of file recompShpFct.hh.

Definition at line 29 of file recompShpFct.hh.

std::map<uint, uint> hp2D::RecomputeShapefct::points_ [protected]

Definition at line 30 of file recompShpFct.hh.

Definition at line 27 of file recompShpFct.hh.

Definition at line 26 of file recompShpFct.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)