#include <intcell_et.hpp>


Public Types | |
| typedef material::TVector | Type_coor |
|
typedef std::vector < IntegrationCellData > | Type_intpts |
Public Member Functions | |
| Type_coor & | coor () |
| setter for m_coor | |
| const Type_coor & | coor () const |
| getter for m_coor | |
| IntegrationCellData (const IntegrationCellData &data) | |
| IntegrationCellData (const Type_coor &thecoor, const real_type &theweight) | |
| real_type & | weight () |
| setter for m_weight | |
| const real_type & | weight () const |
| getter for m_weight | |
Public Attributes | |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef double | real_type |
Protected Attributes | |
| Type_coor | m_coor |
| local coordinate of the intpt | |
| real_type | m_weight |
| integration weight of the intpt | |
1.5.6