Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 93 of file field_rdof_node.h.
Public Types | |
using | self_type = field_rdof_unary< UnaryFunction, FieldRdof > |
using | base = field_rdof_base< self_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 = geo_basic< float_type, memory_type > |
using | space_type = space_basic< float_type, memory_type > |
using | const_iterator = field_rdof_unary_iterator< UnaryFunction, typename FieldRdof::const_iterator > |
![]() | |
using | size_type = typename field_traits< field_rdof_unary< UnaryFunction, FieldRdof > >::size_type |
using | scalar_type = typename field_traits< field_rdof_unary< UnaryFunction, FieldRdof > >::scalar_type |
using | memory_type = typename field_traits< field_rdof_unary< UnaryFunction, 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 > |
Public Member Functions | |
field_rdof_unary (const UnaryFunction &f, const FieldRdof &expr) | |
const space_type & | get_space () const |
const_iterator | begin_dof () const |
const_iterator | end_dof () const |
![]() | |
field_rdof_indirect_const< field_rdof_unary< UnaryFunction, FieldRdof > > | operator[] (const std::string &dom_name) const |
field_rdof_indirect_const< field_rdof_unary< UnaryFunction, FieldRdof > > | operator[] (const geo_type &dom) const |
field_rdof_sliced_const< field_rdof_unary< UnaryFunction, FieldRdof > > | operator[] (size_type i_comp) const |
field_rdof_sliced_const< field_rdof_unary< UnaryFunction, FieldRdof > > | operator() (size_type i_comp, size_type j_comp) const |
bool | have_homogeneous_space (space_type &Xh) const |
Protected Types | |
using | field_rdof = typename field_wdof2rdof_traits< FieldRdof >::type |
Protected Attributes | |
UnaryFunction | _f |
field_rdof | _expr |
Additional Inherited Members | |
![]() | |
field_rdof_unary< UnaryFunction, FieldRdof > & | derived () |
const field_rdof_unary< UnaryFunction, FieldRdof > & | derived () const |
using self_type = field_rdof_unary<UnaryFunction,FieldRdof> |
Definition at line 97 of file field_rdof_node.h.
using base = field_rdof_base<self_type> |
Definition at line 98 of file field_rdof_node.h.
using size_type = typename FieldRdof::size_type |
Definition at line 99 of file field_rdof_node.h.
using scalar_type = typename FieldRdof::scalar_type |
Definition at line 100 of file field_rdof_node.h.
using memory_type = typename FieldRdof::memory_type |
Definition at line 101 of file field_rdof_node.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 102 of file field_rdof_node.h.
using geo_type = geo_basic<float_type,memory_type> |
Definition at line 103 of file field_rdof_node.h.
using space_type = space_basic<float_type,memory_type> |
Definition at line 104 of file field_rdof_node.h.
using const_iterator = field_rdof_unary_iterator<UnaryFunction,typename FieldRdof::const_iterator> |
Definition at line 105 of file field_rdof_node.h.
|
protected |
Definition at line 122 of file field_rdof_node.h.
field_rdof_unary | ( | const UnaryFunction & | f, |
const FieldRdof & | expr | ||
) |
Definition at line 109 of file field_rdof_node.h.
const space_type & get_space | ( | ) | const |
Definition at line 117 of file field_rdof_node.h.
const_iterator begin_dof | ( | ) | const |
Definition at line 118 of file field_rdof_node.h.
const_iterator end_dof | ( | ) | const |
Definition at line 119 of file field_rdof_node.h.
|
protected |
Definition at line 123 of file field_rdof_node.h.
|
protected |
Definition at line 124 of file field_rdof_node.h.