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 | Functions
anonymous_namespace{UnitTestKokkosViews.C} Namespace Reference

Classes

class  TestElemAlgorithmWithTemplate
 
class  TestElemAlgorithmWithVectors
 
class  TestElemAlgorithmWithViews
 

Functions

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

Function Documentation

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 
)
void anonymous_namespace{UnitTestKokkosViews.C}::find_max_nodes_and_ips ( const stk::mesh::BucketVector buckets,
int &  maxNodesPerElement,
int &  maxScsIp 
)
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   
)