#include <recompShpFct.hh>

Inheritance diagram for hp2D::RecomputeShapefct:
concepts::OutputOperator hp2Dedge::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()

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

Definition at line 19 of file recompShpFct.hh.

Member Function Documentation

◆ compute()

void hp2D::RecomputeShapefct::compute ( )

Recomputing of shape functions.

◆ info()

virtual std::ostream& hp2D::RecomputeShapefct::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator[]()

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

Definition at line 23 of file recompShpFct.hh.

Member Data Documentation

◆ constant_

bool hp2D::RecomputeShapefct::constant_
protected

Definition at line 30 of file recompShpFct.hh.

◆ dtltPoints_

uint hp2D::RecomputeShapefct::dtltPoints_
protected

Definition at line 31 of file recompShpFct.hh.

◆ points_

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

Definition at line 32 of file recompShpFct.hh.

◆ rule_

enum concepts::intRule hp2D::RecomputeShapefct::rule_
protected

Definition at line 28 of file recompShpFct.hh.

◆ spc_

concepts::Space<Real>* hp2D::RecomputeShapefct::spc_
protected

Definition at line 28 of file recompShpFct.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich