#if !defined(PETSCMATELEMENTAL_H) #define PETSCMATELEMENTAL_H #include #if defined(PETSC_HAVE_ELEMENTAL) && defined(__cplusplus) #include #if defined(PETSC_USE_COMPLEX) typedef El::Complex PetscElemScalar; #else typedef PetscScalar PetscElemScalar; #endif #endif #endif /* PETSCMATELEMENTAL_H */