Panzer Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Panzer_ZeroSensitivities.hpp File Reference
#include <iostream>
#include "Panzer_Traits.hpp"
#include "Kokkos_Core.hpp"
Include dependency graph for Panzer_ZeroSensitivities.hpp:

Go to the source code of this file.

Namespaces

namespace  panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

Functions

KOKKOS_INLINE_FUNCTION void panzer::zeroSensitivities (panzer::Traits::RealType &)
 Zero out AD types so that we can drop sensitivity contributions.
 
KOKKOS_INLINE_FUNCTION void panzer::zeroSensitivities (panzer::Traits::FadType &s)
 Specialization for Fad type Jacobian.
 
KOKKOS_INLINE_FUNCTION void panzer::zeroSensitivities (panzer::Traits::HessianType &s)
 Specialization for Fad type Hessian.
 
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.