![]() |
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
|
#include <LinInterp.h>
Public Types | |
| enum | { Dimension = MeshA::Dimension } |
| typedef FROM | MeshA |
| typedef TO | MeshB |
| typedef MeshA::EntityKey | EntityKeyA |
| typedef MeshB::EntityKey | EntityKeyB |
| typedef MeshA::EntityProc | EntityProcA |
| typedef MeshB::EntityProc | EntityProcB |
| typedef std::pair< EntityProcB, EntityProcA > | EntityProcRelation |
| typedef std::vector< EntityProcRelation > | EntityProcRelationVec |
| typedef std::multimap< EntityKeyB, EntityKeyA > | EntityKeyMap |
Static Public Member Functions | |
| static void | filter_to_nearest (EntityKeyMap &RangeToDomain, const MeshA &FromElem, MeshB &ToPoints) |
| static void | apply (MeshB &ToPoints, const MeshA &FromElem, const EntityKeyMap &RangeToDomain) |
| typedef MeshA::EntityKey sierra::nalu::LinInterp< FROM, TO >::EntityKeyA |
| typedef MeshB::EntityKey sierra::nalu::LinInterp< FROM, TO >::EntityKeyB |
| typedef std::multimap<EntityKeyB, EntityKeyA> sierra::nalu::LinInterp< FROM, TO >::EntityKeyMap |
| typedef MeshA::EntityProc sierra::nalu::LinInterp< FROM, TO >::EntityProcA |
| typedef MeshB::EntityProc sierra::nalu::LinInterp< FROM, TO >::EntityProcB |
| typedef std::pair<EntityProcB, EntityProcA> sierra::nalu::LinInterp< FROM, TO >::EntityProcRelation |
| typedef std::vector<EntityProcRelation> sierra::nalu::LinInterp< FROM, TO >::EntityProcRelationVec |
| typedef FROM sierra::nalu::LinInterp< FROM, TO >::MeshA |
| typedef TO sierra::nalu::LinInterp< FROM, TO >::MeshB |
|
static |
|
static |
1.8.11