AFEPack
公有属性
DGElementAdditionalData< value_type, DIM >模板结构参考

#include <DGFEMSpace.h>

类DGElementAdditionalData< value_type, DIM >继承关系图:
GeometryAdditionalData< DIM >

所有成员的列表。

公有属性

std::vector< std::vector
< value_type > > 
basis_value0
std::vector< std::vector
< value_type > > 
basis_value1
std::vector< std::vector
< double > > 
unit_normal

详细描述

template<typename value_type, int DIM>
struct DGElementAdditionalData< value_type, DIM >

The following struct are used for optimization of the finite element code. If the mesh on which the finite element space built on is not changed, some infomation about the geometry information and the basis function on the quadrature points will not vary, too. Thus these information can be stored there to make the code more efficient. Note to use this facility only when you have enough memory.


成员数据文档

template<typename value_type , int DIM>
std::vector<std::vector<value_type> > DGElementAdditionalData< value_type, DIM >::basis_value0
template<typename value_type , int DIM>
std::vector<std::vector<value_type> > DGElementAdditionalData< value_type, DIM >::basis_value1
template<typename value_type , int DIM>
std::vector<std::vector<double> > DGElementAdditionalData< value_type, DIM >::unit_normal

该结构的文档由以下文件生成: