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
UnitTestKokkosViews.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 "UnitTestKokkosUtils.h"

Classes

class  anonymous_namespace{UnitTestKokkosViews.C}::TestElemAlgorithmWithVectors
 
class  anonymous_namespace{UnitTestKokkosViews.C}::TestElemAlgorithmWithTemplate
 
class  anonymous_namespace{UnitTestKokkosViews.C}::TestElemAlgorithmWithViews
 

Namespaces

 anonymous_namespace{UnitTestKokkosViews.C}
 

Functions

void anonymous_namespace{UnitTestKokkosViews.C}::find_max_nodes_and_ips (const stk::mesh::BucketVector &buckets, int &maxNodesPerElement, int &maxScsIp)
 
template<int nodesPerElem, int numScsIp>
void anonymous_namespace{UnitTestKokkosViews.C}::element_discrete_laplacian_kernel_3d (stk::mesh::BulkData &bulkData, stk::mesh::Entity elem, sierra::nalu::MasterElement &meSCS, ScalarFieldType *discreteLaplacianOfPressure, ScalarFieldType *nodalPressureField, const VectorFieldType *coordField)
 
 anonymous_namespace{UnitTestKokkosViews.C}::TEST_F (Hex8Mesh, indexing_vectors)
 
 anonymous_namespace{UnitTestKokkosViews.C}::TEST_F (Hex8Mesh, indexing_template_raw_arrays)
 
 anonymous_namespace{UnitTestKokkosViews.C}::TEST_F (Hex8Mesh, indexing_views)