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
sierra::nalu::LagrangeBasis Member List

This is the complete list of members for sierra::nalu::LagrangeBasis, including all inherited members.

basis1D_sierra::nalu::LagrangeBasis
derivative_weights(const double *isoParCoord, double *weights) const sierra::nalu::LagrangeBasis
derivWeightsAtPoint_sierra::nalu::LagrangeBasis
dim_sierra::nalu::LagrangeBasis
eval_basis_weights(const std::vector< double > &intgLoc) const sierra::nalu::LagrangeBasis
eval_deriv_weights(const std::vector< double > &intgLoc) const sierra::nalu::LagrangeBasis
indicesMap_sierra::nalu::LagrangeBasis
interpolation_weights(const double *isoParCoord, double *weights) const sierra::nalu::LagrangeBasis
interpWeightsAtPoint_sierra::nalu::LagrangeBasis
LagrangeBasis(const std::vector< std::vector< int >> &indicesMap, const std::vector< double > &nodeLocs)sierra::nalu::LagrangeBasis
num_nodes()sierra::nalu::LagrangeBasisinline
numNodes1D_sierra::nalu::LagrangeBasis
numNodes_sierra::nalu::LagrangeBasis
point_derivative_weights(const double *isoParCoords)sierra::nalu::LagrangeBasis
point_interpolation_weights(const double *isoParCoords)sierra::nalu::LagrangeBasis
polyOrder_sierra::nalu::LagrangeBasis
tensor_lagrange_derivative(unsigned dimension, const double *x, const int *node_ordinals, unsigned derivativeDirection) const sierra::nalu::LagrangeBasis
tensor_lagrange_interpolant(unsigned dimension, const double *x, const int *node_ordinals) const sierra::nalu::LagrangeBasis
~LagrangeBasis()sierra::nalu::LagrangeBasisvirtual