Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 41 of file field_rdof.h.
Public Types | |
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 > |
Public Member Functions | |
field_rdof_indirect_const< Derived > | operator[] (const std::string &dom_name) const |
field_rdof_indirect_const< Derived > | operator[] (const geo_type &dom) const |
field_rdof_sliced_const< Derived > | operator[] (size_type i_comp) const |
field_rdof_sliced_const< Derived > | operator() (size_type i_comp, size_type j_comp) const |
bool | have_homogeneous_space (space_type &Xh) const |
Protected Member Functions | |
Derived & | derived () |
const Derived & | derived () const |
using size_type = typename field_traits<Derived>::size_type |
Definition at line 45 of file field_rdof.h.
using scalar_type = typename field_traits<Derived>::scalar_type |
Definition at line 46 of file field_rdof.h.
using memory_type = typename field_traits<Derived>::memory_type |
Definition at line 47 of file field_rdof.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 48 of file field_rdof.h.
using geo_type = geo_basic<float_type,memory_type> |
Definition at line 49 of file field_rdof.h.
using space_type = space_basic<float_type,memory_type> |
Definition at line 50 of file field_rdof.h.
field_rdof_indirect_const< Derived > operator[] | ( | const std::string & | dom_name | ) | const |
Definition at line 32 of file field_rdof.icc.
field_rdof_indirect_const< Derived > operator[] | ( | const geo_type & | dom | ) | const |
Definition at line 38 of file field_rdof.icc.
field_rdof_sliced_const< Derived > operator[] | ( | size_type | i_comp | ) | const |
Definition at line 44 of file field_rdof.icc.
field_rdof_sliced_const< Derived > operator() | ( | size_type | i_comp, |
size_type | j_comp | ||
) | const |
Definition at line 50 of file field_rdof.icc.
bool have_homogeneous_space | ( | space_type & | Xh | ) | const |
Definition at line 61 of file field_rdof.h.
|
protected |
Definition at line 64 of file field_rdof.h.
|
protected |
Definition at line 65 of file field_rdof.h.