#include "Finley.h"
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
|
| | finley |
| | A suite of factory methods for creating various finley domains.
|
| |
|
| #define | S_INDEX(_J_, _I_, _NUMNODES_) INDEX2(_J_,_I_,_NUMNODES_) |
| |
| #define | DSDV_INDEX(_J_, _K_, _I_, _NUMNODES_, _DIM_) INDEX3(_J_,_K_,_I_,_NUMNODES_,_DIM_) |
| |
|
| enum | finley::ShapeFunctionTypeId {
finley::Point1Shape,
finley::Line2Shape,
finley::Line3Shape,
finley::Line4Shape,
finley::Tri3Shape,
finley::Tri6Shape,
finley::Tri9Shape,
finley::Tri10Shape,
finley::Rec4Shape,
finley::Rec8Shape,
finley::Rec9Shape,
finley::Rec12Shape,
finley::Rec16Shape,
finley::Tet4Shape,
finley::Tet10Shape,
finley::Tet16Shape,
finley::Hex8Shape,
finley::Hex20Shape,
finley::Hex27Shape,
finley::Hex32Shape,
finley::NoShape
} |
| |
◆ DSDV_INDEX
| #define DSDV_INDEX |
( |
|
_J_, |
|
|
|
_K_, |
|
|
|
_I_, |
|
|
|
_NUMNODES_, |
|
|
|
_DIM_ |
|
) |
| INDEX3(_J_,_K_,_I_,_NUMNODES_,_DIM_) |
◆ S_INDEX
| #define S_INDEX |
( |
|
_J_, |
|
|
|
_I_, |
|
|
|
_NUMNODES_ |
|
) |
| INDEX2(_J_,_I_,_NUMNODES_) |