Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 201 of file field_wdof_sliced.h.
Public Types | |
using | base = field_rdof_sliced_base< FieldRdof > |
using | size_type = typename FieldRdof::size_type |
using | scalar_type = typename FieldRdof::scalar_type |
using | memory_type = typename FieldRdof::memory_type |
using | geo_type = typename FieldRdof::geo_type |
using | space_type = typename FieldRdof::space_type |
using | const_iterator = field_sliced_const_iterator< typename FieldRdof::const_iterator > |
using | float_type = typename float_traits< scalar_type >::type |
using | space_constitution_type = space_constitution< float_type, memory_type > |
![]() | |
using | size_type = typename field_traits< field_rdof_sliced_const< FieldRdof > >::size_type |
using | scalar_type = typename field_traits< field_rdof_sliced_const< FieldRdof > >::scalar_type |
using | memory_type = typename field_traits< field_rdof_sliced_const< FieldRdof > >::memory_type |
using | float_type = typename float_traits< scalar_type >::type |
using | geo_type = geo_basic< float_type, memory_type > |
using | space_type = space_basic< float_type, memory_type > |
![]() | |
using | size_type = typename field_traits< Derived >::size_type |
using | scalar_type = typename field_traits< Derived >::scalar_type |
using | memory_type = typename field_traits< Derived >::memory_type |
using | float_type = typename float_traits< scalar_type >::type |
using | geo_type = geo_basic< float_type, memory_type > |
using | space_type = space_basic< float_type, memory_type > |
![]() | |
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 > |
Protected Attributes | |
const FieldRdof | _uh |
const_iterator | _start |
![]() | |
space_type | _Vi |
size_type | _i_comp |
Additional Inherited Members | |
![]() | |
field_rdof_sliced_const< FieldRdof > & | derived () |
const field_rdof_sliced_const< FieldRdof > & | derived () const |
![]() | |
Derived & | derived () |
const Derived & | derived () const |
using base = field_rdof_sliced_base<FieldRdof> |
Definition at line 209 of file field_wdof_sliced.h.
using size_type = typename FieldRdof::size_type |
Definition at line 210 of file field_wdof_sliced.h.
using scalar_type = typename FieldRdof::scalar_type |
Definition at line 211 of file field_wdof_sliced.h.
using memory_type = typename FieldRdof::memory_type |
Definition at line 212 of file field_wdof_sliced.h.
using geo_type = typename FieldRdof::geo_type |
Definition at line 213 of file field_wdof_sliced.h.
using space_type = typename FieldRdof::space_type |
Definition at line 214 of file field_wdof_sliced.h.
using const_iterator = field_sliced_const_iterator<typename FieldRdof::const_iterator> |
Definition at line 215 of file field_wdof_sliced.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 216 of file field_wdof_sliced.h.
using space_constitution_type = space_constitution<float_type,memory_type> |
Definition at line 217 of file field_wdof_sliced.h.
|
delete |
field_rdof_sliced_const | ( | const FieldRdof & | uh, |
size_type | i_comp | ||
) |
Definition at line 248 of file field_wdof_sliced.h.
field_rdof_sliced_const | ( | const field_wdof_sliced< FieldRdof > & | uh_comp | ) |
Definition at line 255 of file field_wdof_sliced.h.
|
delete |
const scalar_type & dof | ( | size_type | idof | ) | const |
Definition at line 225 of file field_wdof_sliced.h.
const_iterator begin_dof | ( | ) | const |
Definition at line 226 of file field_wdof_sliced.h.
const_iterator end_dof | ( | ) | const |
Definition at line 227 of file field_wdof_sliced.h.
|
protected |
Definition at line 231 of file field_wdof_sliced.h.
|
protected |
Definition at line 232 of file field_wdof_sliced.h.