https://mooseframework.inl.gov
Classes | Typedefs
CoupledVarNeumannBC.h File Reference

Go to the source code of this file.

Classes

class  CoupledVarNeumannBCTempl< is_ad >
 Implements a Neumann BC where grad(u)=_coupled_var on the boundary. More...
 
class  CoupledVarNeumannBC
 

Typedefs

template<bool is_ad>
using IntegratedBCParent = typename std::conditional< is_ad, ADIntegratedBC, IntegratedBC >::type
 
typedef CoupledVarNeumannBCTempl< true > ADCoupledVarNeumannBC
 

Typedef Documentation

◆ ADCoupledVarNeumannBC

Definition at line 61 of file CoupledVarNeumannBC.h.

◆ IntegratedBCParent

template<bool is_ad>
using IntegratedBCParent = typename std::conditional<is_ad, ADIntegratedBC, IntegratedBC>::type

Definition at line 16 of file CoupledVarNeumannBC.h.