![]() |
deal.II version 9.7.0
|
#include <deal.II/differentiation/ad/ad_helpers.h>
A helper struct that defines the final return type of Hessian (second derivative) calculations of scalar fields with respect to fields defined by the two extractor-type template parameters. The first, ExtractorType_Row, defines the field that the first derivatives are taken with respect to while the second, ExtractorType_Col, defines the field that the second derivatives are taken with respect to.
Definition at line 2298 of file ad_helpers.h.

Public Types | |
| using | type |
Static Public Attributes | |
| static const int | rank |
| using Differentiation::AD::internal::ScalarFieldHessian< dim, NumberType, ExtractorType_Row, ExtractorType_Col >::type |
The type associated with computing the Hessian of a scalar field with first respect to the field defined by the ExtractorType_Row and then with respect to the field defined by the ExtractorType_Col.
Definition at line 2312 of file ad_helpers.h.
|
static |
The tensor rank of the resulting derivative computation.
Definition at line 2303 of file ad_helpers.h.