![]() |
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
|
#include <master_element/MasterElementFactory.h>#include <master_element/MasterElement.h>#include <master_element/Hex8CVFEM.h>#include <master_element/Hex27CVFEM.h>#include <master_element/MasterElementHO.h>#include <NaluEnv.h>#include <nalu_make_unique.h>#include <stk_util/environment/ReportHandler.hpp>#include <stk_topology/topology.hpp>#include <cmath>#include <iostream>#include <memory>Namespaces | |
| sierra | |
| sierra::nalu | |
Functions | |
| std::unique_ptr< MasterElement > | sierra::nalu::create_surface_master_element (stk::topology topo) |
| std::unique_ptr< MasterElement > | sierra::nalu::create_volume_master_element (stk::topology topo) |
| std::unique_ptr< MasterElement > | sierra::nalu::create_surface_master_element (stk::topology topo, int dimension, std::string quadType) |
| std::unique_ptr< MasterElement > | sierra::nalu::create_volume_master_element (stk::topology topo, int dimension, std::string quadType) |
1.8.11