template<class
T>
class rheolef::space_rep< T, sequential >
Definition at line 297 of file space.h.
|
| space_rep (const geo_basic< T, sequential > &omega, std::string approx, std::string prod_valued) |
|
| space_rep (const geo_basic< T, sequential > &omega, const basis_basic< T > &b) |
|
| space_rep (const space_constitution< T, sequential > &constit) |
|
| space_rep (const space_mult_list< T, sequential > &) |
|
| ~space_rep () |
|
bool | dis_is_blocked (size_type dis_idof) const |
|
size_type | dis_idof2dis_iub (size_type dis_idof) const |
|
const distributor & | ios_ownership () const |
|
size_type | idof2ios_dis_idof (size_type idof) const |
|
size_type | ios_idof2dis_idof (size_type ios_idof) const |
|
const std::set< size_type > & | ext_iu_set () const |
|
const std::set< size_type > & | ext_ib_set () const |
|
| space_base_rep () |
|
| space_base_rep (const geo_basic< T, sequential > &omega, std::string approx, std::string prod_valued) |
|
| space_base_rep (const geo_basic< T, sequential > &omega, const basis_basic< T > &b) |
|
| space_base_rep (const space_constitution< T, sequential > &constit) |
|
| space_base_rep (const space_mult_list< T, sequential > &) |
|
virtual | ~space_base_rep () |
|
const distributor & | ownership () const |
|
size_type | ndof () const |
|
size_type | dis_ndof () const |
|
const communicator & | comm () const |
|
const space_constitution< T, sequential > & | get_constitution () const |
|
const geo_basic< T, sequential > & | get_geo () const |
|
const basis_basic< T > & | get_basis () const |
|
valued_type | valued_tag () const |
|
const std::string & | valued () const |
|
size_type | size () const |
|
space_component< T, sequential > | operator[] (size_type i_comp) |
|
space_component_const< T, sequential > | operator[] (size_type i_comp) const |
|
std::string | name () const |
|
void | block (const domain_indirect_basic< sequential > &dom) |
| e.g. "P1(square)", for field_expr<Expr> checks
|
|
void | unblock (const domain_indirect_basic< sequential > &dom) |
|
void | block_n (const domain_indirect_basic< sequential > &dom) |
|
void | unblock_n (const domain_indirect_basic< sequential > &dom) |
|
bool | is_blocked (size_type idof) const |
|
size_type | dis_iub (size_type idof) const |
|
const point_basic< T > & | xdof (size_type idof) const |
|
const disarray< point_basic< T >, sequential > & | get_xdofs () const |
|
const distributor & | iu_ownership () const |
|
const distributor & | ib_ownership () const |
|
void | dis_idof (const geo_element &K, std::vector< size_type > &dis_idof) const |
|
T | momentum (const Function &f, size_type idof) const |
|
point_basic< T > | vector_momentum (const Function &f, size_type idof) const |
|
tensor_basic< T > | tensor_momentum (const Function &f, size_type idof) const |
|
disarray< size_type, sequential > | build_dom_dis_idof2bgd_dis_idof (const space_base_rep< T, sequential > &Wh, const std::string &dom_name) const |
|
disarray< size_type, sequential > | build_dom_dis_idof2bgd_dis_idof (const space_base_rep< T, sequential > &Wh, const geo_basic< T, sequential > &bgd_gamma) const |
|
bool | operator== (const space_base_rep< T, sequential > &V2) const |
|
void | parent_subgeo_owner_check () const |
|
bool | parent_subgeo_owner_guard () const |
|
size_type | get_parent_subgeo_owner (size_type dis_idof) const |
|
void | get_parent_subgeo_owner_dis_indexes (Set &ext_dis_idofs) const |
|