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

#include <FEMSpace.h>

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

所有成员的列表。

公有属性

std::vector< std::vector
< value_type > > 
basis_value
std::vector< std::vector
< std::vector< value_type > > > 
basis_gradient

详细描述

template<typename value_type, int DIM>
struct ElementAdditionalData< 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<std::vector<value_type> > > ElementAdditionalData< value_type, DIM >::basis_gradient
template<typename value_type , int DIM>
std::vector<std::vector<value_type> > ElementAdditionalData< value_type, DIM >::basis_value

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