RefinementSelectors::OptimumSelector::ShapeInx Struct Reference

A shape index. More...

#include <optimum_selector.h>

List of all members.

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().

Detailed Description

A shape index.

Any element order higher than both the vertical and the horizontal direction will use a given shape function.


Constructor & Destructor Documentation

RefinementSelectors::OptimumSelector::ShapeInx::ShapeInx ( int  order_h,
int  order_v,
int  inx,
ShapeType  type 
) [inline]

Constructor.

Parameters:
[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.

Member Data Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Sat Jun 5 15:17:44 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3