Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 115 of file field_wdof_sliced.h.
Public Types | |
using | size_type = typename FieldRdof::size_type |
using | scalar_type = typename FieldRdof::scalar_type |
using | memory_type = typename FieldRdof::memory_type |
using | float_type = typename float_traits< scalar_type >::type |
using | geo_type = typename FieldRdof::geo_type |
using | space_type = typename FieldRdof::space_type |
using | space_constitution_type = space_constitution< float_type, memory_type > |
Public Member Functions | |
field_rdof_sliced_base () | |
field_rdof_sliced_base (const FieldRdof &uh, size_type i_comp) | |
const space_constitution_type & | get_constitution () const |
const distributor & | ownership () const |
const communicator & | comm () const |
const geo_type & | get_geo () const |
const space_type & | get_space () const |
size_type | ndof () const |
size_type | dis_ndof () const |
size_type | _shift (const FieldRdof &uh) const |
size_type | _increment (const FieldRdof &uh) const |
Protected Attributes | |
space_type | _Vi |
size_type | _i_comp |
using size_type = typename FieldRdof::size_type |
Definition at line 119 of file field_wdof_sliced.h.
using scalar_type = typename FieldRdof::scalar_type |
Definition at line 120 of file field_wdof_sliced.h.
using memory_type = typename FieldRdof::memory_type |
Definition at line 121 of file field_wdof_sliced.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 122 of file field_wdof_sliced.h.
using geo_type = typename FieldRdof::geo_type |
Definition at line 123 of file field_wdof_sliced.h.
using space_type = typename FieldRdof::space_type |
Definition at line 124 of file field_wdof_sliced.h.
using space_constitution_type = space_constitution<float_type,memory_type> |
Definition at line 125 of file field_wdof_sliced.h.
field_rdof_sliced_base | ( | ) |
Definition at line 129 of file field_wdof_sliced.h.
field_rdof_sliced_base | ( | const FieldRdof & | uh, |
size_type | i_comp | ||
) |
Definition at line 155 of file field_wdof_sliced.h.
const space_constitution_type & get_constitution | ( | ) | const |
Definition at line 134 of file field_wdof_sliced.h.
const distributor & ownership | ( | ) | const |
Definition at line 139 of file field_wdof_sliced.h.
const communicator & comm | ( | ) | const |
Definition at line 140 of file field_wdof_sliced.h.
const geo_type & get_geo | ( | ) | const |
Definition at line 141 of file field_wdof_sliced.h.
const space_type & get_space | ( | ) | const |
Definition at line 142 of file field_wdof_sliced.h.
size_type ndof | ( | ) | const |
Definition at line 143 of file field_wdof_sliced.h.
size_type dis_ndof | ( | ) | const |
Definition at line 144 of file field_wdof_sliced.h.
field_rdof_sliced_base< FieldRdof >::size_type _shift | ( | const FieldRdof & | uh | ) | const |
Definition at line 173 of file field_wdof_sliced.h.
field_rdof_sliced_base< FieldRdof >::size_type _increment | ( | const FieldRdof & | uh | ) | const |
Definition at line 187 of file field_wdof_sliced.h.
|
protected |
Definition at line 151 of file field_wdof_sliced.h.
|
protected |
Definition at line 152 of file field_wdof_sliced.h.