AFEPack
公有属性
GeometryAdditionalData< DIM >模板结构参考

#include <TemplateElement.h>

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

所有成员的列表。

公有属性

int n_quadrature_point
double volume
afepack::Point< DIMbc
std::vector< double > Jxw
std::vector< afepack::Point
< DIM > > 
q_point

详细描述

template<int DIM>
struct GeometryAdditionalData< 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<int DIM>
std::vector<double> GeometryAdditionalData< DIM >::Jxw
template<int DIM>
int GeometryAdditionalData< DIM >::n_quadrature_point
template<int DIM>
std::vector<afepack::Point<DIM> > GeometryAdditionalData< DIM >::q_point
template<int DIM>
double GeometryAdditionalData< DIM >::volume

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