MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Classes | |
struct | mfem::AutoSIMD< scalar_t, S, align_bytes_ > |
Namespaces | |
mfem | |
Functions | |
template<typename scalar_t , int S, int A> | |
MFEM_ALWAYS_INLINE AutoSIMD < scalar_t, S, A > | mfem::operator+ (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
template<typename scalar_t , int S, int A> | |
MFEM_ALWAYS_INLINE AutoSIMD < scalar_t, S, A > | mfem::operator- (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
template<typename scalar_t , int S, int A> | |
MFEM_ALWAYS_INLINE AutoSIMD < scalar_t, S, A > | mfem::operator* (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |
template<typename scalar_t , int S, int A> | |
MFEM_ALWAYS_INLINE AutoSIMD < scalar_t, S, A > | mfem::operator/ (const scalar_t &e, const AutoSIMD< scalar_t, S, A > &v) |