AFEPack
|
#include <FEMSpace.h>
公有属性 | |
std::vector< std::vector < value_type > > | basis_value |
std::vector< std::vector < std::vector< value_type > > > | basis_gradient |
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.
std::vector<std::vector<std::vector<value_type> > > ElementAdditionalData< value_type, DIM >::basis_gradient |
std::vector<std::vector<value_type> > ElementAdditionalData< value_type, DIM >::basis_value |