![]() |
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
|
#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) | |
| #define TEST_ALL_TOPOS_NO_PYR | ( | x, | |
| y | |||
| ) |
| TEST_ALL_TOPOS_NO_PYR | ( | SidePCoords | , |
| check_elem_to_side_coords | |||
| ) |
1.8.11