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
Public Member Functions | Public Attributes | List of all members
sierra::nalu::NonConformalInfo Class Reference

#include <NonConformalInfo.h>

Public Member Functions

 NonConformalInfo (Realm &realm, const stk::mesh::PartVector currentPartVec, const stk::mesh::PartVector opposingPartVec, const double expandBoxPercentage, const std::string &searchMethodName, const bool clipIsoParametricCoords, const double searchTolerance, const std::string debugName)
 
 ~NonConformalInfo ()
 
void delete_info_vec ()
 
void initialize ()
 
void construct_dgInfo_state ()
 
void find_possible_face_elements ()
 
void set_best_x ()
 
void determine_elems_to_ghost ()
 
void complete_search ()
 
void provide_diagnosis ()
 
size_t error_check ()
 

Public Attributes

Realmrealm_
 
const std::string name_
 
const stk::mesh::PartVector currentPartVec_
 
const stk::mesh::PartVector opposingPartVec_
 
double expandBoxPercentage_
 
stk::search::SearchMethod searchMethod_
 
const bool clipIsoParametricCoords_
 
const double searchTolerance_
 
const bool meshMotion_
 
std::vector< boundingPointboundingPointVec_
 
std::vector< boundingElementBoxboundingFaceElementBoxVec_
 
std::vector< std::vector< DgInfo * > > dgInfoVec_
 
std::vector< std::pair< theKey, theKey > > searchKeyPair_
 

Detailed Description

Design Considerations:

Constructor & Destructor Documentation

sierra::nalu::NonConformalInfo::NonConformalInfo ( Realm realm,
const stk::mesh::PartVector  currentPartVec,
const stk::mesh::PartVector  opposingPartVec,
const double  expandBoxPercentage,
const std::string &  searchMethodName,
const bool  clipIsoParametricCoords,
const double  searchTolerance,
const std::string  debugName 
)
sierra::nalu::NonConformalInfo::~NonConformalInfo ( )

References delete_info_vec().

Member Function Documentation

void sierra::nalu::NonConformalInfo::complete_search ( )
void sierra::nalu::NonConformalInfo::construct_dgInfo_state ( )
void sierra::nalu::NonConformalInfo::delete_info_vec ( )

References dgInfoVec_.

Referenced by initialize(), and ~NonConformalInfo().

void sierra::nalu::NonConformalInfo::determine_elems_to_ghost ( )
size_t sierra::nalu::NonConformalInfo::error_check ( )
void sierra::nalu::NonConformalInfo::find_possible_face_elements ( )
void sierra::nalu::NonConformalInfo::initialize ( )
void sierra::nalu::NonConformalInfo::provide_diagnosis ( )
void sierra::nalu::NonConformalInfo::set_best_x ( )

Member Data Documentation

std::vector<boundingElementBox> sierra::nalu::NonConformalInfo::boundingFaceElementBoxVec_
std::vector<boundingPoint> sierra::nalu::NonConformalInfo::boundingPointVec_
const bool sierra::nalu::NonConformalInfo::clipIsoParametricCoords_
const stk::mesh::PartVector sierra::nalu::NonConformalInfo::currentPartVec_
std::vector<std::vector<DgInfo *> > sierra::nalu::NonConformalInfo::dgInfoVec_
double sierra::nalu::NonConformalInfo::expandBoxPercentage_
const bool sierra::nalu::NonConformalInfo::meshMotion_
const std::string sierra::nalu::NonConformalInfo::name_
const stk::mesh::PartVector sierra::nalu::NonConformalInfo::opposingPartVec_
Realm& sierra::nalu::NonConformalInfo::realm_
std::vector<std::pair<theKey, theKey> > sierra::nalu::NonConformalInfo::searchKeyPair_
stk::search::SearchMethod sierra::nalu::NonConformalInfo::searchMethod_
const double sierra::nalu::NonConformalInfo::searchTolerance_

The documentation for this class was generated from the following files: