|
template<int dim, typename IndexType = unsigned int, typename ExtractorType > |
std::vector< IndexType > | Differentiation::AD::internal::extract_field_component_indices (const ExtractorType &extractor, const bool ignore_symmetries=true) |
|
template<int dim, typename IndexType = unsigned int> |
std::vector< IndexType > | Differentiation::AD::internal::extract_field_component_indices (const FEValuesExtractors::SymmetricTensor< 2 > &extractor_symm_tensor, const bool ignore_symmetries=true) |
|
template<typename TensorType , typename NumberType > |
void | Differentiation::AD::internal::set_tensor_entry (TensorType &t, const unsigned int unrolled_index, const NumberType &value) |
|
template<int dim, typename NumberType > |
void | Differentiation::AD::internal::set_tensor_entry (Tensor< 0, dim, NumberType > &t, const unsigned int unrolled_index, const NumberType &value) |
|
template<typename NumberType > |
void | Differentiation::AD::internal::set_tensor_entry (NumberType &t, const unsigned int unrolled_index, const NumberType &value) |
|
template<int dim, typename NumberType > |
void | Differentiation::AD::internal::set_tensor_entry (SymmetricTensor< 4, dim, NumberType > &t, const unsigned int unrolled_index_row, const unsigned int unrolled_index_col, const NumberType &value) |
|
template<int rank, int dim, typename NumberType , template< int, int, typename > class TensorType> |
NumberType | Differentiation::AD::internal::get_tensor_entry (const TensorType< rank, dim, NumberType > &t, const unsigned int unrolled_index) |
|
template<int dim, typename NumberType , template< int, int, typename > class TensorType> |
NumberType | Differentiation::AD::internal::get_tensor_entry (const TensorType< 0, dim, NumberType > &t, const unsigned int unrolled_index) |
|
template<typename NumberType > |
const NumberType & | Differentiation::AD::internal::get_tensor_entry (const NumberType &t, const unsigned int unrolled_index) |
|
template<int rank, int dim, typename NumberType , template< int, int, typename > class TensorType> |
NumberType & | Differentiation::AD::internal::get_tensor_entry (TensorType< rank, dim, NumberType > &t, const unsigned int unrolled_index) |
|
template<int dim, typename NumberType , template< int, int, typename > class TensorType> |
NumberType & | Differentiation::AD::internal::get_tensor_entry (TensorType< 0, dim, NumberType > &t, const unsigned int index) |
|
template<typename NumberType > |
NumberType & | Differentiation::AD::internal::get_tensor_entry (NumberType &t, const unsigned int index) |
|