MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::ad Namespace Reference

Typedefs

typedef codi::RealForward ADFloatType
 Forward AD type declaration.
 
typedef TAutoDiffVector< ADFloatTypeADVectorType
 Vector type for AD-numbers.
 
typedef TAutoDiffDenseMatrix< ADFloatTypeADMatrixType
 Matrix type for AD-numbers.
 

Typedef Documentation

◆ ADFloatType

typedef internal::dual< real_t, real_t > mfem::ad::ADFloatType

Forward AD type declaration.

MFEM native forward AD-type.

Reverse AD type declaration.

Definition at line 30 of file admfem.hpp.

◆ ADMatrixType

Matrix type for AD-numbers.

Matrix type for AD-type numbers.

Definition at line 34 of file admfem.hpp.

◆ ADVectorType

Vector type for AD-numbers.

Vector type for AD-type numbers.

Definition at line 32 of file admfem.hpp.