![]() |
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 <master_element/Hex8GeometryFunctions.h>#include <master_element/MasterElementUtils.h>#include <random>#include "UnitTestUtils.h"Namespaces | |
| anonymous_namespace{UnitTestHexSCVDeterminant.C} | |
Functions | |
| double | anonymous_namespace{UnitTestHexSCVDeterminant.C}::determinant33 (const double *mat) |
| void | anonymous_namespace{UnitTestHexSCVDeterminant.C}::check_HexSCV_determinant (const stk::mesh::BulkData &bulk) |
| TEST (HexSCV, determinant) | |
| TEST (HexSCV, grandyvol) | |
| TEST | ( | HexSCV | , |
| determinant | |||
| ) |
| TEST | ( | HexSCV | , |
| grandyvol | |||
| ) |
1.8.11