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 | Macros | Functions
MasterElementUtils.h File Reference
#include <vector>
#include <array>
#include <limits>

Go to the source code of this file.

Namespaces

 sierra
 
 sierra::nalu
 

Macros

#define POINTER_RESTRICT   __restrict__
 

Functions

bool sierra::nalu::isoparameteric_coordinates_for_point_2d (sierra::nalu::LagrangeBasis &basis, const double *POINTER_RESTRICT elemNodalCoords, const double *POINTER_RESTRICT pointCoord, double *POINTER_RESTRICT isoParCoord, std::array< double, 2 > initialGuess, int maxIter, double tol, double deltaLimit)
 
bool sierra::nalu::isoparameteric_coordinates_for_point_3d (sierra::nalu::LagrangeBasis &basis, const double *POINTER_RESTRICT elemNodalCoords, const double *POINTER_RESTRICT pointCoord, double *POINTER_RESTRICT isoParCoord, std::array< double, 3 > initialGuess, int maxIter, double tol, double deltaLimit)
 

Macro Definition Documentation

#define POINTER_RESTRICT   __restrict__