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 | Enumerations | Variables
ElemDataRequests.h File Reference
#include <stk_mesh/base/Field.hpp>
#include <stk_mesh/base/FieldBase.hpp>
#include <stk_mesh/base/MetaData.hpp>
#include <stk_mesh/base/BulkData.hpp>
#include <set>

Go to the source code of this file.

Classes

struct  sierra::nalu::FieldInfo
 
struct  sierra::nalu::FieldInfoLess
 
class  sierra::nalu::ElemDataRequests
 

Namespaces

 sierra
 
 sierra::nalu
 

Typedefs

typedef std::set< FieldInfo, FieldInfoLess > sierra::nalu::FieldSet
 

Enumerations

enum  sierra::nalu::ELEM_DATA_NEEDED {
  sierra::nalu::SCS_AREAV = 0, sierra::nalu::SCS_GRAD_OP, sierra::nalu::SCS_SHIFTED_GRAD_OP, sierra::nalu::SCS_GIJ,
  sierra::nalu::SCV_VOLUME, sierra::nalu::FEM_GRAD_OP, sierra::nalu::FEM_SHIFTED_GRAD_OP
}
 
enum  sierra::nalu::COORDS_TYPES { sierra::nalu::CURRENT_COORDINATES = 0, sierra::nalu::MODEL_COORDINATES, sierra::nalu::MAX_COORDS_TYPES }
 

Variables

static const std::string sierra::nalu::CoordinatesTypeNames []