deal.II version GIT relicensing-2173-gae8fc9d14b 2024-11-24 06:40:00+00:00
|
#include <deal.II/base/tensor_accessors.h>
Public Types | |
using | value_type = StoreIndex< rank - 1, StoreIndex< rank, S > > |
using | return_type = typename ValueType< typename S::return_type >::value_type |
Public Member Functions | |
constexpr | StoreIndex (S s, int i) |
constexpr value_type | operator[] (unsigned int j) const |
constexpr ReferenceType< return_type >::type | apply (unsigned int j) const |
Private Attributes | |
const S | s_ |
const int | i_ |
Definition at line 511 of file tensor_accessors.h.
using TensorAccessors::internal::StoreIndex< rank, S >::value_type = StoreIndex<rank - 1, StoreIndex<rank, S> > |
Definition at line 519 of file tensor_accessors.h.
using TensorAccessors::internal::StoreIndex< rank, S >::return_type = typename ValueType<typename S::return_type>::value_type |
Definition at line 527 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 514 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 522 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 531 of file tensor_accessors.h.
|
private |
Definition at line 537 of file tensor_accessors.h.
|
private |
Definition at line 538 of file tensor_accessors.h.