|
escript
Revision_Unversioneddirectory
|
Go to the source code of this file.
Classes | |
| struct | finley::ShapeFunctionInfo |
| this struct holds the definition of the shape functions on an element More... | |
| struct | finley::ShapeFunction |
| this struct holds the evaluation of a shape function on a quadrature scheme More... | |
Namespaces | |
| finley | |
Macros | |
| #define | S_INDEX(_J_, _I_, _NUMNODES_) INDEX2(_J_,_I_,_NUMNODES_) |
| #define | DSDV_INDEX(_J_, _K_, _I_, _NUMNODES_, _DIM_) INDEX3(_J_,_K_,_I_,_NUMNODES_,_DIM_) |
Typedefs | |
| typedef void( | finley::ShapeFunction_Evaluation) (int, std::vector< double > &, std::vector< double > &, std::vector< double > &) |
| typedef boost::shared_ptr< const ShapeFunction > | finley::const_ShapeFunction_ptr |
Variables | |
| ShapeFunction_Evaluation | finley::Shape_Point1 |
| ShapeFunction_Evaluation | finley::Shape_Line2 |
| ShapeFunction_Evaluation | finley::Shape_Line3 |
| ShapeFunction_Evaluation | finley::Shape_Line4 |
| ShapeFunction_Evaluation | finley::Shape_Tri3 |
| ShapeFunction_Evaluation | finley::Shape_Tri6 |
| ShapeFunction_Evaluation | finley::Shape_Tri9 |
| ShapeFunction_Evaluation | finley::Shape_Tri10 |
| ShapeFunction_Evaluation | finley::Shape_Rec4 |
| ShapeFunction_Evaluation | finley::Shape_Rec8 |
| ShapeFunction_Evaluation | finley::Shape_Rec9 |
| ShapeFunction_Evaluation | finley::Shape_Rec12 |
| ShapeFunction_Evaluation | finley::Shape_Rec16 |
| ShapeFunction_Evaluation | finley::Shape_Tet4 |
| ShapeFunction_Evaluation | finley::Shape_Tet10 |
| ShapeFunction_Evaluation | finley::Shape_Tet16 |
| ShapeFunction_Evaluation | finley::Shape_Hex8 |
| ShapeFunction_Evaluation | finley::Shape_Hex20 |
| ShapeFunction_Evaluation | finley::Shape_Hex27 |
| ShapeFunction_Evaluation | finley::Shape_Hex32 |
| #define DSDV_INDEX | ( | _J_, | |
| _K_, | |||
| _I_, | |||
| _NUMNODES_, | |||
| _DIM_ | |||
| ) | INDEX3(_J_,_K_,_I_,_NUMNODES_,_DIM_) |
| #define S_INDEX | ( | _J_, | |
| _I_, | |||
| _NUMNODES_ | |||
| ) | INDEX2(_J_,_I_,_NUMNODES_) |
1.8.11