![]() |
deal.II version 9.7.0
|
#include <deal.II/base/config.h>#include <deal.II/base/exceptions.h>#include <deal.II/base/types.h>#include <deal.II/base/utilities.h>#include <deal.II/differentiation/ad/ad_drivers.h>#include <deal.II/differentiation/ad/ad_number_traits.h>#include <deal.II/differentiation/ad/ad_number_types.h>#include <deal.II/differentiation/ad/adolc_number_types.h>#include <deal.II/differentiation/ad/sacado_number_types.h>#include <deal.II/lac/full_matrix.h>#include <deal.II/lac/vector.h>#include <adolc/adolc_fatalerror.h>#include <adolc/drivers/drivers.h>#include <adolc/taping.h>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Differentiation |
| namespace | Differentiation::AD |
| namespace | Differentiation::AD::internal |
Functions | |
| template<typename ADNumberType> | |
| std::enable_if_t<!(ADNumberTraits< ADNumberType >::type_code==NumberTypes::sacado_rad||ADNumberTraits< ADNumberType >::type_code==NumberTypes::sacado_rad_dfad)> | Differentiation::AD::internal::reverse_mode_dependent_variable_activation (ADNumberType &) |
| template<typename ADNumberType> | |
| std::enable_if_t< ADNumberTraits< ADNumberType >::type_code==NumberTypes::sacado_rad||ADNumberTraits< ADNumberType >::type_code==NumberTypes::sacado_rad_dfad > | Differentiation::AD::internal::reverse_mode_dependent_variable_activation (ADNumberType &dependent_variable) |
| template<typename ADNumberType> | |
| std::enable_if_t<!(ADNumberTraits< ADNumberType >::type_code==NumberTypes::adolc_tapeless)> | Differentiation::AD::internal::configure_tapeless_mode (const unsigned int) |
| template<typename ADNumberType> | |
| std::enable_if_t< ADNumberTraits< ADNumberType >::type_code==NumberTypes::adolc_tapeless > | Differentiation::AD::internal::configure_tapeless_mode (const unsigned int n_directional_derivatives) |