|
KASKADE 7 development version
|
Restricted shape function set. Introduces a new local ordering for the shape functions. To retrieve the original shape function id use getId(int newLocalId) More...
#include <pshapefunctions.hh>
Restricted shape function set. Introduces a new local ordering for the shape functions. To retrieve the original shape function id use getId(int newLocalId)
Definition at line 323 of file pshapefunctions.hh.
Public Types | |
| typedef ShapeFunctionSet_::Scalar | Scalar |
| Grid type. More... | |
| typedef ShapeFunctionSet_::value_type | value_type |
| type of one shape function More... | |
Public Member Functions | |
| RestrictedShapeFunctionSet (int order) | |
| RestrictedShapeFunctionSet (ShapeFunctionSet_ const &other) | |
| RestrictedShapeFunctionSet (RestrictedShapeFunctionSet const &other) | |
| RestrictedShapeFunctionSet (RestrictedShapeFunctionSet const &other, std::vector< int > *ids_) | |
| Copy constructor. Resets restriction ids. More... | |
| virtual | ~RestrictedShapeFunctionSet () |
| void | setRestriction (std::vector< int > const &ids_) |
| typedef ShapeFunctionSet_::Scalar Kaskade::RestrictedShapeFunctionSet< ShapeFunctionSet_ >::Scalar |
| typedef ShapeFunctionSet_::value_type Kaskade::RestrictedShapeFunctionSet< ShapeFunctionSet_ >::value_type |
type of one shape function
Definition at line 331 of file pshapefunctions.hh.
|
inlineexplicit |
Definition at line 333 of file pshapefunctions.hh.
|
inline |
Definition at line 335 of file pshapefunctions.hh.
|
inline |
Definition at line 336 of file pshapefunctions.hh.
|
inline |
Copy constructor. Resets restriction ids.
Definition at line 338 of file pshapefunctions.hh.
|
inlinevirtual |
Definition at line 340 of file pshapefunctions.hh.
|
inline |
| ids_ | vector of used ids of the shape function set |
Definition at line 345 of file pshapefunctions.hh.