Go to the source code of this file.
Classes | |
class | MetaPhysicL::DualNumber< typename, typename > |
class | MetaPhysicL::SemiDynamicSparseNumberArray< typename, typename, typename > |
struct | MetaPhysicL::NWrapper< N > |
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 DualNumber<Real, DNDerivativeType, true> ADReal |
Definition at line 47 of file ADRealForward.h.
using DNDerivativeSize = SemiDynamicSparseNumberArray<Real, libMesh::dof_id_type, NWrapper<N> > |
Definition at line 45 of file ADRealForward.h.
typedef SemiDynamicSparseNumberArray<Real, libMesh::dof_id_type, NWrapper<MOOSE_AD_MAX_DOFS_PER_ELEM> > DNDerivativeType |
Definition at line 42 of file ADRealForward.h.