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
Classes | Namespaces | Functions
UnitTestElemSuppAlg.C File Reference
#include <gtest/gtest.h>
#include <limits>
#include <random>
#include "UnitTestUtils.h"
#include <stk_mesh/base/MetaData.hpp>
#include <stk_mesh/base/BulkData.hpp>
#include <stk_mesh/base/CoordinateSystems.hpp>
#include <stk_mesh/base/Field.hpp>
#include <stk_mesh/base/FieldBLAS.hpp>
#include <stk_util/parallel/Parallel.hpp>
#include <Kokkos_Core.hpp>
#include <ElemDataRequests.h>
#include <ScratchViews.h>
#include "UnitTestKokkosUtils.h"

Classes

class  anonymous_namespace{UnitTestElemSuppAlg.C}::SuppAlg
 
class  anonymous_namespace{UnitTestElemSuppAlg.C}::DiscreteLaplacianSuppAlg
 
class  anonymous_namespace{UnitTestElemSuppAlg.C}::TestElemAlgorithmWithSuppAlgViews
 

Namespaces

 anonymous_namespace{UnitTestElemSuppAlg.C}
 

Functions

void anonymous_namespace{UnitTestElemSuppAlg.C}::element_discrete_laplacian_kernel_3d (sierra::nalu::MasterElement &meSCS, const ScalarFieldType *discreteLaplacianOfPressure, const ScalarFieldType *nodalPressureField, sierra::nalu::ScratchViews< double > &elemData)
 
 anonymous_namespace{UnitTestElemSuppAlg.C}::TEST_F (Hex8Mesh, elem_supp_alg_views)