Reference documentation for deal.II version GIT relicensing-439-g5fda5c893d 2024-04-20 06:50:02+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\}}\)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Differentiation::AD::Numbers< ADNumberType, T > Struct Template Reference

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

Static Public Attributes

static const Types< ADNumberType >::tape_index invalid_tape_index
 
static const Types< ADNumberType >::tape_index max_tape_index
 

Detailed Description

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

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

Definition at line 111 of file ad_drivers.h.

Member Data Documentation

◆ invalid_tape_index

template<typename ADNumberType , typename T = void>
const Types<ADNumberType>::tape_index Differentiation::AD::Numbers< ADNumberType, T >::invalid_tape_index
static
Initial value:
=
0u

A tape index that is unusable and can be used to invalidate recording operations.

Definition at line 119 of file ad_drivers.h.

◆ max_tape_index

template<typename ADNumberType , typename T = void>
const Types<ADNumberType>::tape_index Differentiation::AD::Numbers< ADNumberType, T >::max_tape_index
static
Initial value:
=
std::numeric_limits<typename Types<ADNumberType>::tape_index>::max()

The maximum number of tapes that can be written on one process.

Definition at line 125 of file ad_drivers.h.


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