template<class
T>
class rheolef::space_basic< T, distributed >
Definition at line 795 of file space.h.
|
| space_basic (const geo_basic< T, distributed > &omega=(geo_basic< T, distributed >()), std::string approx="", std::string prod_valued="scalar") |
|
| space_basic (const geo_basic< T, distributed > &omega, const basis_basic< T > &b) |
|
| space_basic (const space_mult_list< T, distributed > &) |
|
| space_basic (const space_constitution< T, distributed > &constit) |
|
void | block (std::string dom_name) |
|
void | unblock (std::string dom_name) |
|
void | block (const domain_indirect_basic< distributed > &dom) |
|
void | unblock (const domain_indirect_basic< distributed > &dom) |
|
void | block_n (std::string dom_name) |
|
void | unblock_n (std::string dom_name) |
|
void | block_n (const domain_indirect_basic< distributed > &dom) |
|
void | unblock_n (const domain_indirect_basic< distributed > &dom) |
|
const distributor & | ownership () const |
|
const communicator & | comm () const |
|
size_type | ndof () const |
|
size_type | dis_ndof () const |
|
const geo_basic< T, distributed > & | get_geo () const |
|
const basis_basic< T > & | get_basis () const |
|
size_type | size () const |
|
valued_type | valued_tag () const |
|
const std::string & | valued () const |
|
space_component< T, distributed > | operator[] (size_type i_comp) |
|
space_component_const< T, distributed > | operator[] (size_type i_comp) const |
|
const space_constitution< T, distributed > & | get_constitution () const |
|
size_type | degree () const |
|
std::string | get_approx () const |
|
std::string | name () const |
|
void | dis_idof (const geo_element &K, std::vector< size_type > &dis_idof) const |
|
const distributor & | iu_ownership () const |
|
const distributor & | ib_ownership () const |
|
bool | is_blocked (size_type idof) const |
|
size_type | dis_iub (size_type idof) const |
|
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 point_basic< T > & | xdof (size_type idof) const |
|
const disarray< point_basic< T >, distributed > & | get_xdofs () const |
|
template<class Function > |
T | momentum (const Function &f, size_type idof) const |
|
template<class Function > |
point_basic< T > | vector_momentum (const Function &f, size_type idof) const |
|
template<class Function > |
tensor_basic< T > | tensor_momentum (const Function &f, size_type idof) const |
|
disarray< size_type, distributed > | build_dom_dis_idof2bgd_dis_idof (const space_basic< T, distributed > &Wh, const std::string &dom_name) const |
|
disarray< size_type, distributed > | build_dom_dis_idof2bgd_dis_idof (const space_basic< T, distributed > &Wh, const geo_basic< T, distributed > &bgd_gamma) const |
|
const std::set< size_type > & | ext_iu_set () const |
|
const std::set< size_type > & | ext_ib_set () const |
|
bool | operator== (const space_basic< T, distributed > &V2) const |
|
bool | operator!= (const space_basic< T, distributed > &V2) const |
|
template<class Set > |
void | get_parent_subgeo_owner_dis_indexes (Set &ext_dis_idofs) const |
|
size_type | get_parent_subgeo_owner (size_type dis_idof) const |
|
| smart_pointer (space_rep< T, distributed > *p=0) |
|
| smart_pointer (void *count, internal i) |
|
| smart_pointer (const smart_pointer< space_rep< T, distributed > > &x) |
|
smart_pointer< space_rep< T, distributed > > & | operator= (const smart_pointer< space_rep< T, distributed > > &x) |
|
| ~smart_pointer () |
|
| smart_pointer_base (T *p=0) |
|
| smart_pointer_base (const smart_pointer_base< T, C > &) |
|
| smart_pointer_base (void *count, internal) |
|
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
|
| ~smart_pointer_base () |
|
const T * | pointer () const |
|
const T & | data () const |
|
const T * | operator-> () const |
|
const T & | operator* () const |
|
T * | pointer () |
|
T & | data () |
|
T * | operator-> () |
|
T & | operator* () |
|
int | reference_counter () const |
|
counter * | get_count () const |
|