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

Typedefs

using VectorFieldType = stk::mesh::Field< double, stk::mesh::Cartesian >
 

Functions

double linear_scalar_value (int dim, double a, const double *b, const double *x)
 
void check_interpolation_at_ips (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &me)
 
void check_derivatives_at_ips (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &me)
 
void check_scv_shifted_ips_are_nodal (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &meSV)
 
void check_exposed_face_shifted_ips_are_nodal (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &meSS)
 
void check_is_in_element (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &me)
 
void check_is_not_in_element (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &me)
 
void check_particle_interp (const stk::mesh::Entity *node_rels, const VectorFieldType &coordField, sierra::nalu::MasterElement &me)
 

Typedef Documentation

using anonymous_namespace{UnitTestMasterElements.C}::VectorFieldType = typedef stk::mesh::Field<double, stk::mesh::Cartesian>

Function Documentation

void anonymous_namespace{UnitTestMasterElements.C}::check_derivatives_at_ips ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement me 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_exposed_face_shifted_ips_are_nodal ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement meSS 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_interpolation_at_ips ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement me 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_is_in_element ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement me 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_is_not_in_element ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement me 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_particle_interp ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement me 
)
void anonymous_namespace{UnitTestMasterElements.C}::check_scv_shifted_ips_are_nodal ( const stk::mesh::Entity *  node_rels,
const VectorFieldType coordField,
sierra::nalu::MasterElement meSV 
)
double anonymous_namespace{UnitTestMasterElements.C}::linear_scalar_value ( int  dim,
double  a,
const double *  b,
const double *  x 
)