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

Go to the source code of this file.

Classes

class  MetaPhysicL::DualNumber< typename, typename >
 

Namespaces

 MetaPhysicL
 We need to instantiate the following CompareTypes to tell the compiler that ADReal is a subtype of ChainedADReal.
 

Typedefs

typedef SemiDynamicSparseNumberArray< Real, libMesh::dof_id_type, NWrapper< MOOSE_AD_MAX_DOFS_PER_ELEM > > DNDerivativeType
 
template<std::size_t N>
using DNDerivativeSize = SemiDynamicSparseNumberArray< Real, libMesh::dof_id_type, NWrapper< N > >
 
typedef DualNumber< Real, DNDerivativeType, true > ADReal
 

Typedef Documentation

◆ ADReal

Definition at line 42 of file ADRealForward.h.

◆ DNDerivativeSize

template<std::size_t N>
using DNDerivativeSize = SemiDynamicSparseNumberArray<Real, libMesh::dof_id_type, NWrapper<N> >

Definition at line 40 of file ADRealForward.h.

◆ DNDerivativeType

typedef SemiDynamicSparseNumberArray<Real, libMesh::dof_id_type, NWrapper<MOOSE_AD_MAX_DOFS_PER_ELEM> > DNDerivativeType

Definition at line 37 of file ADRealForward.h.