AFEPack
|
#include <FEMSpace.h>
公有成员 | |
LocalFEMFunction (Element< value_type, DIM, DOW, TDIM > &=*((Element< value_type, DIM, DOW, TDIM > *) NULL)) | |
virtual | ~LocalFEMFunction () |
Element< value_type, DIM, DOW, TDIM > & | element () |
void | reinit (Element< value_type, DIM, DOW, TDIM > &) |
value_type | value (const afepack::Point< DOW > &) const |
std::vector< value_type > | gradient (const afepack::Point< DOW > &) const |
std::vector< value_type > | value (const std::vector< afepack::Point< DOW > > &) const |
std::vector< std::vector < value_type > > | gradient (const std::vector< afepack::Point< DOW > > &) const |
私有属性 | |
Element< value_type, DIM, DOW, TDIM > * | ele |
LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::LocalFEMFunction | ( | Element< value_type, DIM, DOW, TDIM > & | e = *((Element<value_type,DIM,DOW,TDIM> *)NULL) | ) |
virtual LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::~LocalFEMFunction | ( | ) | [inline, virtual] |
Element< value_type, DIM, DOW, TDIM > & LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::element | ( | ) |
std::vector< value_type > LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::gradient | ( | const afepack::Point< DOW > & | p | ) | const |
std::vector< std::vector< value_type > > LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::gradient | ( | const std::vector< afepack::Point< DOW > > & | p | ) | const |
void LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::reinit | ( | Element< value_type, DIM, DOW, TDIM > & | e | ) |
value_type LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::value | ( | const afepack::Point< DOW > & | p | ) | const |
std::vector< value_type > LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::value | ( | const std::vector< afepack::Point< DOW > > & | p | ) | const |
Element<value_type,DIM,DOW,TDIM>* LocalFEMFunction< value_type, DIM, DOW, TDIM, Number >::ele [private] |