|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 118 of file field_wdof_indirect.h.
Inheritance diagram for field_indirect_base< T, M >:Public Types | |
| using | float_type = typename float_traits< T >::type |
| using | memory_type = M |
| using | geo_type = geo_basic< float_type, memory_type > |
| using | space_type = space_basic< float_type, memory_type > |
| using | size_type = typename geo_type::size_type |
Public Member Functions | |
| field_indirect_base (const space_type &V, const geo_type &dom) | |
| const distributor & | ownership () const |
| const communicator & | comm () const |
| size_type | ndof () const |
| size_type | dis_ndof () const |
| const geo_type & | get_geo () const |
| const space_type & | get_space () const |
Protected Attributes | |
| space_type | _V |
| space_type | _W |
| geo_type | _dom |
| disarray< size_type, memory_type > | _dom_dis_idof2dis_idof |
| size_type | _first_dis_idof |
| using float_type = typename float_traits<T>::type |
Definition at line 122 of file field_wdof_indirect.h.
| using memory_type = M |
Definition at line 123 of file field_wdof_indirect.h.
| using geo_type = geo_basic <float_type,memory_type> |
Definition at line 124 of file field_wdof_indirect.h.
| using space_type = space_basic<float_type,memory_type> |
Definition at line 125 of file field_wdof_indirect.h.
Definition at line 126 of file field_wdof_indirect.h.
| field_indirect_base | ( | const space_type & | V, |
| const geo_type & | dom | ||
| ) |
Definition at line 158 of file field_wdof_indirect.h.
| const distributor & ownership | ( | ) | const |
Definition at line 134 of file field_wdof_indirect.h.
| const communicator & comm | ( | ) | const |
Definition at line 135 of file field_wdof_indirect.h.
Definition at line 136 of file field_wdof_indirect.h.
Definition at line 137 of file field_wdof_indirect.h.
Definition at line 138 of file field_wdof_indirect.h.
| const space_type & get_space | ( | ) | const |
Definition at line 139 of file field_wdof_indirect.h.
|
protected |
Definition at line 148 of file field_wdof_indirect.h.
|
protected |
Definition at line 149 of file field_wdof_indirect.h.
Definition at line 150 of file field_wdof_indirect.h.
|
protected |
Definition at line 151 of file field_wdof_indirect.h.
Definition at line 152 of file field_wdof_indirect.h.