![]() |
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 | |
| 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) |
| using anonymous_namespace{UnitTestMasterElements.C}::VectorFieldType = typedef stk::mesh::Field<double, stk::mesh::Cartesian> |
| 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 | ||
| ) |
References sierra::nalu::MasterElement::intgLoc_, linear_scalar_value(), sierra::nalu::MasterElement::nDim_, sierra::nalu::MasterElement::nodesPerElement_, sierra::nalu::MasterElement::numIntPoints_, sierra::nalu::MasterElement::shape_fcn(), and tol.
Referenced by MasterElement::scs_interpolation(), and MasterElement::scv_interpolation().
| 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 | ||
| ) |
Referenced by check_derivatives_at_ips(), check_interpolation_at_ips(), and check_particle_interp().
1.8.11