![]() |
MFEM v4.8.0
Finite element discretization library
|
Typedefs | |
| typedef codi::RealForward | ADFloatType |
| Forward AD type declaration. | |
| typedef TAutoDiffVector< ADFloatType > | ADVectorType |
| Vector type for AD-numbers. | |
| typedef TAutoDiffDenseMatrix< ADFloatType > | ADMatrixType |
| Matrix type for AD-numbers. | |
| 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.
Matrix type for AD-numbers.
Matrix type for AD-type numbers.
Definition at line 34 of file admfem.hpp.
| typedef TAutoDiffVector< ADFloatType > mfem::ad::ADVectorType |
Vector type for AD-numbers.
Vector type for AD-type numbers.
Definition at line 32 of file admfem.hpp.