deal.II version GIT relicensing-2289-g1e5549a87a 2024-12-21 21:30:00+00:00
|
A struct to assist with the marking of AD numbers that represent independent and dependent variables.
The specializations of this class have to implement the following member functions:
where ADNumberType
is the auto-differentiable number type and ScalarType
is its floating point counterpart.
ADNumberType | A type corresponding to a supported auto-differentiable number. |
T | An arbitrary type resulting from the application of the SFINAE idiom to selectively specialize this class. |
Definition at line 142 of file ad_number_traits.h.