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
Static Public Attributes | List of all members
sierra::nalu::AlgTraitsHexGL< p > Struct Template Reference

#include <AlgTraits.h>

Static Public Attributes

static constexpr int nDim_ = 3
 
static constexpr int nodesPerElement_ = (p+1)*(p+1)*(p+1)
 
static constexpr int numScsIp_ = 3 * p * (p+1) * (p+1) * nGL<p>() * nGL<p>()
 
static constexpr int numScvIp_ = nodesPerElement_ * nGL<p>() * nGL<p>() * nGL<p>()
 
static constexpr int numGp_ = nodesPerElement_
 
static constexpr stk::topology::topology_t topo_
 
static constexpr stk::topology::topology_t baseTopo_ = stk::topology::HEX_8
 

Member Data Documentation

template<int p>
constexpr stk::topology::topology_t sierra::nalu::AlgTraitsHexGL< p >::baseTopo_ = stk::topology::HEX_8
static
template<int p>
constexpr int sierra::nalu::AlgTraitsHexGL< p >::nDim_ = 3
static
template<int p>
constexpr int sierra::nalu::AlgTraitsHexGL< p >::nodesPerElement_ = (p+1)*(p+1)*(p+1)
static
template<int p>
constexpr int sierra::nalu::AlgTraitsHexGL< p >::numGp_ = nodesPerElement_
static
template<int p>
constexpr int sierra::nalu::AlgTraitsHexGL< p >::numScsIp_ = 3 * p * (p+1) * (p+1) * nGL<p>() * nGL<p>()
static
template<int p>
constexpr int sierra::nalu::AlgTraitsHexGL< p >::numScvIp_ = nodesPerElement_ * nGL<p>() * nGL<p>() * nGL<p>()
static
template<int p>
constexpr stk::topology::topology_t sierra::nalu::AlgTraitsHexGL< p >::topo_
static
Initial value:
= static_cast<stk::topology::topology_t>(
nodesPerElement_ + stk::topology::SUPERELEMENT_START
)

The documentation for this struct was generated from the following file: