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
Namespaces | Functions
QuadratureRule.h File Reference
#include <vector>
#include <Teuchos_SerialDenseVector.hpp>

Go to the source code of this file.

Namespaces

 sierra
 
 sierra::nalu
 

Functions

std::pair< std::vector< double >, std::vector< double > > sierra::nalu::gauss_legendre_rule (int order)
 
std::pair< std::vector< double >, std::vector< double > > sierra::nalu::gauss_lobatto_legendre_rule (int order, double xleft, double xright)
 
std::pair< std::vector< double >, std::vector< double > > sierra::nalu::SGL_quadrature_rule (int order, std::vector< double > scsEndLocations)
 
std::vector< double > sierra::nalu::pad_end_points (std::vector< double > x, double xleft, double xright)