Panzer
Version of the Day
|
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
KOKKOS_INLINE_FUNCTION void | panzer::zeroSensitivities (panzer::Traits::RealType &) |
Zero out AD types so that we can drop sensitivity contributions. More... | |
KOKKOS_INLINE_FUNCTION void | panzer::zeroSensitivities (panzer::Traits::FadType &s) |
Specialization for Fad type Jacobian. More... | |
KOKKOS_INLINE_FUNCTION void | panzer::zeroSensitivities (panzer::Traits::HessianType &s) |
Specialization for Fad type Hessian. More... | |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Sacado::mpl::enable_if < Sacado::IsView< T > >::type | panzer::zeroSensitivities (T x) |
Specialization for Kokkos View reference type Jacobian. More... | |