Reference documentation for deal.II version 9.6.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
Differentiation::AD::internal::ScalarFieldGradient< dim, NumberType, ExtractorType > Struct Template Reference

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

Public Types

using type
 

Detailed Description

template<int dim, typename NumberType, typename ExtractorType>
struct Differentiation::AD::internal::ScalarFieldGradient< dim, NumberType, ExtractorType >

A helper struct that defines the return type of gradient (first derivative) calculations of scalar fields with respect to a field defined by the ExtractorType template parameter.

Definition at line 2172 of file ad_helpers.h.

Member Typedef Documentation

◆ type

template<int dim, typename NumberType , typename ExtractorType >
using Differentiation::AD::internal::ScalarFieldGradient< dim, NumberType, ExtractorType >::type
Initial value:
typename Extractor<dim,
ExtractorType>::template tensor_type<NumberType>

The type associated with computing the gradient of a scalar field with respect to the given ExtractorType.

Definition at line 2178 of file ad_helpers.h.


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