Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 29 of file space_component.h.
Public Types | |
typedef space_basic< T, M >::size_type | size_type |
Public Member Functions | |
space_component (space_constitution< T, M > &sc, size_type i_comp) | |
space_component (const space_component< T, M > &x) | |
operator space_basic< T, M > () const | |
space_component< T, M > | operator[] (size_type i_comp) const |
void | block (std::string dom_name) |
void | block (const domain_indirect_basic< M > &dom) |
Protected Attributes | |
space_constitution< T, M > & | _constit |
size_type | _i_comp |
Static Protected Attributes | |
static const size_type | _unset = std::numeric_limits<size_type>::max() |
typedef space_basic<T,M>::size_type size_type |
Definition at line 32 of file space_component.h.
space_component | ( | space_constitution< T, M > & | sc, |
size_type | i_comp | ||
) |
Definition at line 36 of file space_component.h.
space_component | ( | const space_component< T, M > & | x | ) |
Definition at line 40 of file space_component.h.
operator space_basic< T, M > | ( | ) | const |
Definition at line 45 of file space_component.h.
Definition at line 52 of file space_component.h.
Definition at line 59 of file space_component.h.
void block | ( | const domain_indirect_basic< M > & | dom | ) |
Definition at line 66 of file space_component.h.
Definition at line 75 of file space_component.h.
|
protected |
Definition at line 77 of file space_component.h.
Definition at line 78 of file space_component.h.