![]() |
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 <limits>#include <stk_util/parallel/Parallel.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/GetEntities.hpp>#include <master_element/MasterElement.h>#include <memory>#include <random>#include "UnitTestUtils.h"Classes | |
| class | MasterElement |
Namespaces | |
| anonymous_namespace{UnitTestMasterElements.C} | |
Macros | |
| #define | TEST_F_ALL_TOPOS_NO_PYR(x, y) |
| #define | TEST_F_ALL_TOPOS(x, y) |
| #define | TEST_F_ALL_P1_TOPOS(x, y) |
Typedefs | |
| using | anonymous_namespace{UnitTestMasterElements.C}::VectorFieldType = stk::mesh::Field< double, stk::mesh::Cartesian > |
| #define TEST_F_ALL_P1_TOPOS | ( | x, | |
| y | |||
| ) |
| #define TEST_F_ALL_TOPOS | ( | x, | |
| y | |||
| ) |
| #define TEST_F_ALL_TOPOS_NO_PYR | ( | x, | |
| y | |||
| ) |
| TEST_F_ALL_P1_TOPOS | ( | MasterElement | , |
| scv_shifted_ips_are_nodal | |||
| ) |
| TEST_F_ALL_P1_TOPOS | ( | MasterElement | , |
| exposed_face_shifted_ips_are_nodal | |||
| ) |
| TEST_F_ALL_TOPOS | ( | MasterElement | , |
| is_not_in_element | |||
| ) |
| TEST_F_ALL_TOPOS | ( | MasterElement | , |
| particle_interpolation | |||
| ) |
| TEST_F_ALL_TOPOS_NO_PYR | ( | MasterElement | , |
| scs_interpolation | |||
| ) |
| TEST_F_ALL_TOPOS_NO_PYR | ( | MasterElement | , |
| scs_derivative | |||
| ) |
| TEST_F_ALL_TOPOS_NO_PYR | ( | MasterElement | , |
| scv_interpolation | |||
| ) |
| TEST_F_ALL_TOPOS_NO_PYR | ( | MasterElement | , |
| is_in_element | |||
| ) |
1.8.11