Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 405 of file space_constitution.h.
Public Types | |
typedef space_constitution_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::const_iterator | const_iterator |
typedef rep::scalar_type | scalar_type |
typedef rep::hierarchy_type | hierarchy_type |
typedef rep::valued_type | valued_type |
![]() | |
typedef T | handled_type |
typedef base::internal | internal |
Protected Member Functions | |
void | set_ios_permutation_recursion (disarray< size_type, M > &idof2ios_dis_idof, size_type &comp_start_idof, size_type &comp_start_dis_idof) const |
Definition at line 408 of file space_constitution.h.
typedef smart_pointer<rep> base |
Definition at line 409 of file space_constitution.h.
typedef rep::size_type size_type |
Definition at line 410 of file space_constitution.h.
typedef rep::const_iterator const_iterator |
Definition at line 411 of file space_constitution.h.
typedef rep::scalar_type scalar_type |
Definition at line 412 of file space_constitution.h.
typedef rep::hierarchy_type hierarchy_type |
Definition at line 413 of file space_constitution.h.
typedef rep::valued_type valued_type |
Definition at line 414 of file space_constitution.h.
Definition at line 418 of file space_constitution.h.
space_constitution | ( | const base & | b | ) |
Definition at line 421 of file space_constitution.h.
space_constitution | ( | const geo_basic< T, M > & | omega, |
std::string | approx | ||
) |
Definition at line 424 of file space_constitution.h.
space_constitution | ( | const space_mult_list< T, M > & | expr | ) |
Definition at line 429 of file space_constitution.h.
const distributor & ownership | ( | ) | const |
Definition at line 434 of file space_constitution.h.
Definition at line 435 of file space_constitution.h.
Definition at line 436 of file space_constitution.h.
Definition at line 437 of file space_constitution.h.
Definition at line 438 of file space_constitution.h.
communicator comm | ( | ) | const |
Definition at line 439 of file space_constitution.h.
Definition at line 440 of file space_constitution.h.
Definition at line 441 of file space_constitution.h.
const basis_basic< T > & get_basis | ( | ) | const |
Definition at line 442 of file space_constitution.h.
size_type loc_ndof | ( | const reference_element & | hat_K | ) | const |
Definition at line 443 of file space_constitution.h.
size_type assembly_loc_ndof | ( | const geo_basic< T, M > & | dom, |
const geo_element & | bgd_K | ||
) | const |
Definition at line 444 of file space_constitution.h.
void assembly_dis_idof | ( | const geo_basic< T, M > & | dom, |
const geo_element & | bgd_K, | ||
std::vector< geo_element::size_type > & | dis_idof | ||
) | const |
Definition at line 446 of file space_constitution.h.
Definition at line 448 of file space_constitution.h.
void block | ( | const domain_indirect_basic< M > & | dom | ) |
Definition at line 449 of file space_constitution.h.
void unblock | ( | const domain_indirect_basic< M > & | dom | ) |
Definition at line 450 of file space_constitution.h.
void block_n | ( | const domain_indirect_basic< M > & | dom | ) |
Definition at line 451 of file space_constitution.h.
void unblock_n | ( | const domain_indirect_basic< M > & | dom | ) |
Definition at line 452 of file space_constitution.h.
Definition at line 453 of file space_constitution.h.
void compute_external_dofs | ( | std::set< size_type > & | ext_dof_set | ) | const |
Definition at line 454 of file space_constitution.h.
Definition at line 456 of file space_constitution.h.
bool have_compact_support_inside_element | ( | ) | const |
Definition at line 460 of file space_constitution.h.
Definition at line 461 of file space_constitution.h.
Definition at line 462 of file space_constitution.h.
Definition at line 463 of file space_constitution.h.
const space_constitution_terminal< T, M > & get_terminal | ( | ) | const |
Definition at line 467 of file space_constitution.h.
space_constitution_terminal< T, M > & get_terminal | ( | ) |
Definition at line 468 of file space_constitution.h.
Definition at line 472 of file space_constitution.h.
void set_valued_tag | ( | valued_type | valued_tag | ) |
Definition at line 473 of file space_constitution.h.
void set_valued | ( | const std::string & | valued | ) |
Definition at line 474 of file space_constitution.h.
const valued_type & valued_tag | ( | ) | const |
Definition at line 475 of file space_constitution.h.
Definition at line 476 of file space_constitution.h.
const hierarchy_type & get_hierarchy | ( | ) | const |
Definition at line 477 of file space_constitution.h.
hierarchy_type & get_hierarchy | ( | ) |
Definition at line 478 of file space_constitution.h.
Definition at line 479 of file space_constitution.h.
space_constitution< T, M > & operator[] | ( | size_type | i_comp | ) |
Definition at line 480 of file space_constitution.h.
const space_constitution< T, M > & operator[] | ( | size_type | i_comp | ) | const |
Definition at line 481 of file space_constitution.h.
Definition at line 482 of file space_constitution.h.
Definition at line 483 of file space_constitution.h.
void set_ios_permutations | ( | disarray< size_type, M > & | idof2ios_dis_idof, |
disarray< size_type, M > & | ios_idof2dis_idof | ||
) | const |
Definition at line 488 of file space_constitution.h.
bool operator== | ( | const space_constitution< T, M > & | V2 | ) | const |
Definition at line 495 of file space_constitution.h.
|
protected |
Definition at line 500 of file space_constitution.h.