Reference documentation for deal.II version 9.1.0-pre
Classes | Functions
internal::SymmetricTensorAccessors Namespace Reference

Classes

struct  AccessorTypes
 
struct  AccessorTypes< rank, dim, false, Number >
 
struct  AccessorTypes< rank, dim, true, Number >
 
struct  double_contraction_result
 
struct  double_contraction_result< 2, 2, dim, Number, OtherNumber >
 
struct  StorageType
 
struct  StorageType< 2, dim, Number >
 
struct  StorageType< 4, dim, Number >
 

Functions

TableIndices< 2 > merge (const TableIndices< 2 > &previous_indices, const unsigned int new_index, const unsigned int position)
 
TableIndices< 4 > merge (const TableIndices< 4 > &previous_indices, const unsigned int new_index, const unsigned int position)
 

Detailed Description

A namespace for classes that are internal to how the SymmetricTensor class works.

Function Documentation

TableIndices<2> internal::SymmetricTensorAccessors::merge ( const TableIndices< 2 > &  previous_indices,
const unsigned int  new_index,
const unsigned int  position 
)
inline

Create a TableIndices<2> object where the first entries up to position-1 are taken from previous_indices, and new_index is put at position position. The remaining indices remain in invalid state.

Definition at line 97 of file symmetric_tensor.h.

TableIndices<4> internal::SymmetricTensorAccessors::merge ( const TableIndices< 4 > &  previous_indices,
const unsigned int  new_index,
const unsigned int  position 
)
inline

Create a TableIndices<4> object where the first entries up to position-1 are taken from previous_indices, and new_index is put at position position. The remaining indices remain in invalid state.

Definition at line 118 of file symmetric_tensor.h.