Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3020-gf6ff73b199 2025-04-05 03:00:00+00:00
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Public Types | List of all members
Differentiation::AD::Types< ADNumberType, T > Struct Template Reference

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

Public Types

using tape_index = unsigned int
 
using tape_buffer_sizes = unsigned int
 

Detailed Description

template<typename ADNumberType, typename T = void>
struct Differentiation::AD::Types< ADNumberType, T >

A struct defining a collection of types used within the context of auto-differentiable numbers.

Definition at line 94 of file ad_drivers.h.

Member Typedef Documentation

◆ tape_index

template<typename ADNumberType , typename T = void>
using Differentiation::AD::Types< ADNumberType, T >::tape_index = unsigned int

Typedef for tape indices.

Definition at line 99 of file ad_drivers.h.

◆ tape_buffer_sizes

template<typename ADNumberType , typename T = void>
using Differentiation::AD::Types< ADNumberType, T >::tape_buffer_sizes = unsigned int

Typedef for tape buffer sizes.

Definition at line 104 of file ad_drivers.h.


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