![]() |
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 | |
| typedef stk::mesh::Field< double > | ScalarFieldType |
| typedef stk::mesh::Field< int > | ScalarIntFieldType |
| typedef stk::mesh::Field< double, stk::mesh::Cartesian > | VectorFieldType |
Functions | |
| size_t | count_nodes (const stk::mesh::BulkData &bulk, const stk::mesh::Selector &selector) |
| double | linear (double a, const double *b, const double *coords) |
| std::string | vector_field_data_to_string (const VectorFieldType &vecField, stk::mesh::Entity node) |
| typedef stk::mesh::Field<double> anonymous_namespace{UnitTestHexElementPromotion.C}::ScalarFieldType |
| typedef stk::mesh::Field<int> anonymous_namespace{UnitTestHexElementPromotion.C}::ScalarIntFieldType |
| typedef stk::mesh::Field<double,stk::mesh::Cartesian> anonymous_namespace{UnitTestHexElementPromotion.C}::VectorFieldType |
| size_t anonymous_namespace{UnitTestHexElementPromotion.C}::count_nodes | ( | const stk::mesh::BulkData & | bulk, |
| const stk::mesh::Selector & | selector | ||
| ) |
Referenced by TEST_F().
| double anonymous_namespace{UnitTestHexElementPromotion.C}::linear | ( | double | a, |
| const double * | b, | ||
| const double * | coords | ||
| ) |
Referenced by PromoteElementHexTestV2::initialize_linear_scalar_field().
| std::string anonymous_namespace{UnitTestHexElementPromotion.C}::vector_field_data_to_string | ( | const VectorFieldType & | vecField, |
| stk::mesh::Entity | node | ||
| ) |
Referenced by PromoteElementHexTestV2::dump_coords().
1.8.11