https://mooseframework.inl.gov
Typedefs
GenericKernelGrad.h File Reference

Go to the source code of this file.

Typedefs

template<bool is_ad>
using GenericKernelGrad = std::conditional_t< is_ad, ADKernelGrad, KernelGrad >
 

Typedef Documentation

◆ GenericKernelGrad

template<bool is_ad>
using GenericKernelGrad = std::conditional_t<is_ad, ADKernelGrad, KernelGrad>

Definition at line 16 of file GenericKernelGrad.h.