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

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

#include <recompShpFct.hh>

Inheritance diagram for hp2Dedge::RecomputeShapefct:
Inheritance graph
[legend]
Collaboration diagram for hp2Dedge::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< 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_

Detailed Description

Definition at line 15 of file recompShpFct.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.

Definition at line 27 of file recompShpFct.hh.

concepts::Space<Real>* hp2D::RecomputeShapefct::spc_ [protected, inherited]

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)