![]() |
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 "KokkosInterface.h"#include "SimdInterface.h"#include "ScratchViews.h"#include "AlgTraits.h"#include <stk_mesh/base/Entity.hpp>#include <array>Go to the source code of this file.
Classes | |
| class | sierra::nalu::Kernel |
| Base class for computational kernels in Nalu. More... | |
Namespaces | |
| sierra | |
| sierra::nalu | |
Functions | |
| template<typename AlgTraits , typename LambdaFunction , typename ViewType > | |
| void | sierra::nalu::get_scv_shape_fn_data (LambdaFunction lambdaFunction, ViewType &shape_fn_view) |
| template<typename AlgTraits , typename LambdaFunction , typename ViewType > | |
| void | sierra::nalu::get_scs_shape_fn_data (LambdaFunction lambdaFunction, ViewType &shape_fn_view) |
1.8.11