Public Member Functions |
| | space_constitution () |
| | space_constitution (const base &b) |
| | space_constitution (const geo_basic< T, M > &omega, std::string approx, std::string valued="scalar") |
| | space_constitution (const space_mult_list< T, M > &expr) |
| const distributor & | ownership () const |
| std::string | stamp () const |
| size_type | ndof () const |
| size_type | dis_ndof () const |
| size_type | ios_ndof () const |
| communicator | comm () const |
| const geo_basic< T, M > & | get_geo () const |
| const numbering< T, M > & | get_numbering () const |
| void | dis_idof (const geo_element &K, std::vector< size_type > &dis_idof) const |
| void | do_act (const space_act &act) |
| void | block (const domain_indirect_basic< M > &dom) |
| void | unblock (const domain_indirect_basic< M > &dom) |
| array< size_type, M > | build_blocked_flag () const |
| void | compute_external_dofs (std::set< size_type > &ext_dof_set) const |
| bool | is_hierarchical () const |
const
space_scalar_constitution< T,
M > & | get_scalar () const |
| space_scalar_constitution< T, M > & | get_scalar () |
| void | set_hierarchy (bool hier=true) |
| void | set_valued_tag (valued_type valued_tag) |
| void | set_valued (const std::string &valued) |
| const valued_type & | valued_tag () const |
| const std::string & | valued () const |
| const hierarchy_type & | get_hierarchy () const |
| hierarchy_type & | get_hierarchy () |
| size_type | size () const |
| space_constitution< T, M > & | operator[] (size_type i_comp) |
| const space_constitution< T, M > & | operator[] (size_type i_comp) const |
| void | set_ios_permutations (array< size_type, M > &idof2ios_dis_idof, array< size_type, M > &ios_idof2dis_idof) const |
| size_type | internal_ndof () const |
| size_type | internal_dis_ndof () const |
| communicator | internal_comm () const |
| bool | operator== (const space_constitution< T, M > &V2) const |
| | smart_pointer (space_constitution_rep< T, M > *p=0) |
| | smart_pointer (const smart_pointer< space_constitution_rep< T, M > > &x) |
smart_pointer
< space_constitution_rep< T, M > > & | operator= (const smart_pointer< space_constitution_rep< T, M > > &x) |
| | ~smart_pointer () |
| | smart_pointer_base (space_constitution_rep< T, M > *p=0) |
| | smart_pointer_base (const smart_pointer_base< space_constitution_rep< T, M >, details::constructor_copy< space_constitution_rep< T, M > > > &) |
smart_pointer_base
< space_constitution_rep< T, M >
, details::constructor_copy
< space_constitution_rep< T, M > > > & | operator= (const smart_pointer_base< space_constitution_rep< T, M >, details::constructor_copy< space_constitution_rep< T, M > > > &) |
| | ~smart_pointer_base () |
const space_constitution_rep
< T, M > * | pointer () const |
| space_constitution_rep< T, M > * | pointer () |
const space_constitution_rep
< T, M > & | data () const |
| space_constitution_rep< T, M > & | data () |
const space_constitution_rep
< T, M > * | operator-> () const |
| space_constitution_rep< T, M > * | operator-> () |
const space_constitution_rep
< T, M > & | operator* () const |
| space_constitution_rep< T, M > & | operator* () |
| int | reference_counter () const |
template<class T, class M = rheo_default_memory_model>
class rheolef::space_constitution< T, M >
Definition at line 243 of file space_constitution.h.