AFEPack
公有类型 | 公有成员 | 私有属性 | 友元
TemplateDOF< DIM >模板类参考

#include <TemplateElement.h>

类TemplateDOF< DIM >继承关系图:
DegreeOfFreedom

所有成员的列表。

公有类型

enum  { dim = DIM }

公有成员

 TemplateDOF (TemplateGeometry< DIM > &=*((TemplateGeometry< DIM > *) NULL))
 TemplateDOF (const TemplateDOF< DIM > &)
 ~TemplateDOF ()
TemplateDOF< DIM > & operator= (const TemplateDOF< DIM > &)
void reinit (TemplateGeometry< DIM > &=*((TemplateGeometry< DIM > *) NULL))
void readData (const std::string &)
void writeData (const std::string &) const

私有属性

TemplateGeometry< DIM > * geometry

友元

template<class STREAM , int GDIM>
STREAM & operator>> (STREAM &, TemplateDOF< GDIM > &)
template<class STREAM , int GDIM>
STREAM & operator<< (STREAM &, const TemplateDOF< GDIM > &)

详细描述

template<int DIM>
class TemplateDOF< DIM >

The degree of freedom distribution on certain template geometry. This class builds the relationship of some local degree of freedom and the geometries of a template element geometry. With this information, the package then can build the degree of freedom on the whole mesh.


成员枚举类型文档

template<int DIM>
anonymous enum
枚举值:
dim 

构造及析构函数文档

template<int DIM>
TemplateDOF< DIM >::TemplateDOF ( TemplateGeometry< DIM > &  g = *((TemplateGeometry<DIM> *)NULL))

Default constructor.

template<int DIM>
TemplateDOF< DIM >::TemplateDOF ( const TemplateDOF< DIM > &  t)

Copy Contructor.

template<int DIM>
TemplateDOF< DIM >::~TemplateDOF ( )

Destructor.


成员函数文档

template<int DIM>
TemplateDOF< DIM > & TemplateDOF< DIM >::operator= ( const TemplateDOF< DIM > &  t)

Copy operator.

template<int DIM>
void TemplateDOF< DIM >::readData ( const std::string &  s)

Read in the information from a file.

template<int DIM>
void TemplateDOF< DIM >::reinit ( TemplateGeometry< DIM > &  g = *((TemplateGeometry<DIM> *)NULL))

Reinitialization.

template<int DIM>
void TemplateDOF< DIM >::writeData ( const std::string &  s) const

Write out the information to a file.


友元及相关函数文档

template<int DIM>
template<class STREAM , int GDIM>
STREAM& operator<< ( STREAM &  ,
const TemplateDOF< GDIM > &   
) [friend]

Stream output.

template<int DIM>
template<class STREAM , int GDIM>
STREAM& operator>> ( STREAM &  ,
TemplateDOF< GDIM > &   
) [friend]

Stream input.


成员数据文档

template<int DIM>
TemplateGeometry<DIM>* TemplateDOF< DIM >::geometry [private]

Pointer to the template element geometry.


该类的文档由以下文件生成: