Reference documentation for deal.II version 9.1.0-pre
Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T > Member List

This is the complete list of members for Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >, including all inherited members.

disable_taping(const types::tape_index active_tape_index, const bool write_tapes_to_file)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
enable_taping(const types::tape_index tape_index, const bool keep_independent_values)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
enable_taping(const types::tape_index tape_index, const bool keep_independent_values, const types::tape_buffer_sizes obufsize, const types::tape_buffer_sizes lbufsize, const types::tape_buffer_sizes vbufsize, const types::tape_buffer_sizes tbufsize)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
gradient(const types::tape_index active_tape_index, const std::vector< ScalarType > &independent_variables, Vector< ScalarType > &gradient)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
hessian(const types::tape_index active_tape_index, const std::vector< ScalarType > &independent_variables, FullMatrix< ScalarType > &hessian)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
jacobian(const types::tape_index active_tape_index, const unsigned int n_dependent_variables, const std::vector< ScalarType > &independent_variables, FullMatrix< ScalarType > &jacobian)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
print_tape_stats(std::ostream &stream, const types::tape_index tape_index)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
value(const types::tape_index active_tape_index, const std::vector< ScalarType > &independent_variables)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static
values(const types::tape_index active_tape_index, const unsigned int n_dependent_variables, const std::vector< ScalarType > &independent_variables, Vector< ScalarType > &values)Differentiation::AD::TapedDrivers< ADNumberType, ScalarType, T >static