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
Classes | Namespaces | Typedefs
OversetManager.h File Reference
#include <stk_mesh/base/FieldBase.hpp>
#include <stk_mesh/base/CoordinateSystems.hpp>
#include <stk_search/BoundingBox.hpp>
#include <stk_search/IdentProc.hpp>
#include <stk_search/SearchMethod.hpp>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  sierra::nalu::OversetManager
 

Namespaces

 stk
 
 stk::io
 
 stk::mesh
 
 sierra
 
 sierra::nalu
 

Typedefs

typedef stk::mesh::Field< double > ScalarFieldType
 
typedef stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
 
typedef stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
 
typedef stk::search::IdentProc< uint64_t, int > theKey
 
typedef stk::search::Point< double > Point
 
typedef stk::search::Box< double > Box
 
typedef std::pair< Point, theKeyboundingPoint
 
typedef std::pair< Box, theKeyboundingElementBox
 

Typedef Documentation

typedef std::pair<Box,theKey> boundingElementBox
typedef std::pair<Point,theKey> boundingPoint
typedef stk::search::Box<double> Box
typedef stk::mesh::Field<double, stk::mesh::SimpleArrayTag> GenericFieldType
typedef stk::search::Point<double> Point
typedef stk::mesh::Field<double> ScalarFieldType
typedef stk::search::IdentProc<uint64_t,int> theKey
typedef stk::mesh::Field<double, stk::mesh::Cartesian> VectorFieldType