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 | Functions
Hex8GeometryFunctions.h File Reference
#include <AlgTraits.h>
#include <master_element/TensorOps.h>
#include <SimdInterface.h>
#include <Kokkos_Core.hpp>
#include <stk_util/environment/ReportHandler.hpp>
#include <vector>
#include <cstdlib>
#include <stdexcept>
#include <string>
#include <array>
#include <type_traits>

Go to the source code of this file.

Namespaces

 sierra
 
 sierra::nalu
 

Functions

template<typename ViewType >
void sierra::nalu::quad_area_by_triangulation (int ics, const typename ViewType::value_type areacoords[4][3], const ViewType &area)
 
template<typename RealType >
RealType sierra::nalu::hex_volume_grandy (RealType scvcoords[8][3])
 
template<typename CoordViewType >
void sierra::nalu::subdivide_hex_8 (CoordViewType coords, typename CoordViewType::value_type coordv[27][3])