A shape index. More...
#include <optimum_selector.h>
Public Member Functions | |
| ShapeInx (int order_h, int order_v, int inx, ShapeType type) | |
| Constructor. | |
Public Attributes | |
| int | order_h |
| A minimal horizonal order of an element that can use this shape function. | |
| int | order_v |
| A minimal vertical order of an element that can use this shape function. | |
| int | inx |
| An index of the shape function. | |
| ShapeType | type |
| A type of the shape function. It is used to calculate DOF in Optimum::evaluate_cands_dof(). | |
A shape index.
Any element order higher than both the vertical and the horizontal direction will use a given shape function.
| RefinementSelectors::OptimumSelector::ShapeInx::ShapeInx | ( | int | order_h, | |
| int | order_v, | |||
| int | inx, | |||
| ShapeType | type | |||
| ) | [inline] |
Constructor.
| [in] | order_h | A minimal horizonal order of an element that can use this shape function. |
| [in] | order_v | A minimal vertical order of an element that can use this shape function. |
| [in] | inx | An index of the shape function. |
| [in] | type | A type of the shape function. |
An index of the shape function.
A minimal horizonal order of an element that can use this shape function.
A minimal vertical order of an element that can use this shape function.
A type of the shape function. It is used to calculate DOF in Optimum::evaluate_cands_dof().
1.6.3