19 #ifndef OP_ACCESSORS_IMPL_HH_
20 #define OP_ACCESSORS_IMPL_HH_
27 template <
class ValueType>
32 template <
class ValueType>
37 template <
class ValueType>
40 return patch_op_bulk_->point_value<ValueType>(point.
value_cache_idx(), i_shape_fn_idx_);
43 template <
class ValueType>
46 return patch_op_side_->point_value<ValueType>(point.
value_cache_idx(), i_shape_fn_idx_);
#define ASSERT_PTR(ptr)
Definition of assert macro checking non-null pointer (PTR) only for debug mode.
Base point accessor class.
unsigned int value_cache_idx() const
Return index in ElementCacheMap.
ValueType operator()(const BulkPoint &point) const
ValueType operator()(const BulkPoint &point) const
General point a+ side_begin_ + ccessor allow iterate over quadrature points of given side defined in ...
unsigned int value_cache_idx() const
Return index in ElementCacheMap.
Declares accessors to FE operations.
Class FEValues calculates finite element data on the actual cells such as shape function values,...
Base class of FE operations.