Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Namespaces | Typedefs
SimdInterface.h File Reference

STK SIMD Interface. More...

#include "stk_simd/Simd.hpp"
#include <vector>

Go to the source code of this file.

Namespaces

 sierra
 
 sierra::nalu
 

Typedefs

typedef stk::simd::Double sierra::nalu::SimdDouble
 
typedef SimdDouble sierra::nalu::DoubleType
 
template<typename T >
using sierra::nalu::AlignedVector = std::vector< T, non_std::AlignedAllocator< T, 64 >>
 
using sierra::nalu::ScalarAlignedVector = AlignedVector< DoubleType >
 
typedef sierra::nalu::DoubleType DoubleType
 

Detailed Description

STK SIMD Interface.

Nalu wrapper to provide SIMD capability for vectorizing sierra::nalu::Kernel algorithms.

Typedef Documentation