AFEPack
公有类型 | 公有成员 | 公有属性
Indicator< DIM, DOW >模板类参考

#include <HGeometry.h>

所有成员的列表。

公有类型

enum  { dim = DIM, dow = DOW }
typedef RegularMesh< DIM, DOWmesh_t

公有成员

 Indicator ()
 Indicator (mesh_t &m)
 ~Indicator ()
const mesh_tmesh () const
void reinit (mesh_t &m, bool is_bare=false)

公有属性

mesh_tmsh

详细描述

template<int DIM, int DOW = DIM>
class Indicator< DIM, DOW >

Indicator of the mesh adaptor, related with a mesh. It's in fact a {double} array corresponding to every element of mesh, to indicate if the element should be refined or coarsed. The package will check if the indicator is related with certain mesh before applying it to adapt the mesh.


成员类型定义文档

template<int DIM, int DOW = DIM>
typedef RegularMesh<DIM, DOW> Indicator< DIM, DOW >::mesh_t

成员枚举类型文档

template<int DIM, int DOW = DIM>
anonymous enum
枚举值:
dim 
dow 

构造及析构函数文档

template<int DIM, int DOW = DIM>
Indicator< DIM, DOW >::Indicator ( ) [inline]
template<int DIM, int DOW = DIM>
Indicator< DIM, DOW >::Indicator ( mesh_t m) [inline, explicit]
template<int DIM, int DOW = DIM>
Indicator< DIM, DOW >::~Indicator ( ) [inline]

成员函数文档

template<int DIM, int DOW = DIM>
const mesh_t& Indicator< DIM, DOW >::mesh ( ) const [inline]
template<int DIM, int DOW = DIM>
void Indicator< DIM, DOW >::reinit ( mesh_t m,
bool  is_bare = false 
) [inline]

成员数据文档

template<int DIM, int DOW = DIM>
mesh_t* Indicator< DIM, DOW >::msh

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