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 | Macros | Functions
UnitTestSidePCoords.C File Reference
#include <gtest/gtest.h>
#include <stk_io/StkMeshIoBroker.hpp>
#include <stk_util/parallel/Parallel.hpp>
#include <stk_mesh/base/FieldParallel.hpp>
#include <stk_mesh/base/MetaData.hpp>
#include <stk_mesh/base/BulkData.hpp>
#include <stk_mesh/base/Bucket.hpp>
#include <stk_mesh/base/CoordinateSystems.hpp>
#include <stk_mesh/base/FieldBase.hpp>
#include <stk_mesh/base/Field.hpp>
#include <stk_mesh/base/FieldBLAS.hpp>
#include <stk_mesh/base/GetEntities.hpp>
#include <stk_mesh/base/SkinMesh.hpp>
#include <nalu_make_unique.h>
#include <NaluEnv.h>
#include <memory>
#include <tuple>
#include <random>
#include <limits>
#include "UnitTestUtils.h"

Namespaces

 anonymous_namespace{UnitTestSidePCoords.C}
 

Macros

#define TEST_ALL_TOPOS_NO_PYR(x, y)
 

Functions

void anonymous_namespace{UnitTestSidePCoords.C}::check_elem_to_side_coords (stk::topology topo)
 
 TEST_ALL_TOPOS_NO_PYR (SidePCoords, check_elem_to_side_coords)
 

Macro Definition Documentation

#define TEST_ALL_TOPOS_NO_PYR (   x,
 
)
Value:
TEST(x, tri3##_##y) { y(stk::topology::TRI_3_2D); } \
TEST(x, quad4##_##y) { y(stk::topology::QUAD_4_2D); } \
TEST(x, quad9##_##y) { y(stk::topology::QUAD_9_2D); } \
TEST(x, tet4##_##y) { y(stk::topology::TET_4); } \
TEST(x, wedge6##_##y) { y(stk::topology::WEDGE_6); } \
TEST(x, hex8##_##y) { y(stk::topology::HEX_8); } \
TEST(x, hex27##_##y) { y(stk::topology::HEX_27); }
TEST(Basic, CheckCoords1Elem)
Definition: UnitTest1ElemCoordCheck.C:57

Function Documentation

TEST_ALL_TOPOS_NO_PYR ( SidePCoords  ,
check_elem_to_side_coords   
)