Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
Differentiation::AD::internal::HessianType< FEValuesExtractors::SymmetricTensor< 2 >, FEValuesExtractors::SymmetricTensor< 2 > > Struct Reference

#include <deal.II/differentiation/ad/ad_helpers.h>

Public Types

template<int , int dim, typename NumberType >
using type = SymmetricTensor< 4, dim, NumberType >
 

Detailed Description

An intermediate helper struct that defines the return type of Hessian (second derivative) calculations of scalar fields with respect to fields defined by the two extractor-type template parameters. This particular specialization is for taking both the first and second derivatives with respect to symmetric tensor fields.

Definition at line 2270 of file ad_helpers.h.

Member Typedef Documentation

◆ type

The type associated with computing the gradient of a scalar field with respect to the given ExtractorType_Row = FEValuesExtractors::SymmetricTensor<2> followed by the ExtractorType_Col = FEValuesExtractors::SymmetricTensor<2>.

Definition at line 2282 of file ad_helpers.h.


The documentation for this struct was generated from the following file: