Memosa-FVM
0.2
|
#include "IBManager.h"
#include "AABB.h"
#include "KSearchTree.h"
#include "Mesh.h"
#include "GradientModel.h"
#include <stack>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
void | addFluidNeighbors (set< int > &neighbors, const CRConnectivity &cellCells, const Array< int > &ibType) |
void addFluidNeighbors | ( | set< int > & | neighbors, |
const CRConnectivity & | cellCells, | ||
const Array< int > & | ibType | ||
) |
given a set of cells, add all their fluid ibtype neighbors to the list if they aren't already in it.
Definition at line 575 of file IBManager.cpp.
References CRConnectivity::getCount(), and Mesh::IBTYPE_FLUID.
Referenced by IBManager::createIBInterpolationStencil(), and IBManager::createSolidInterpolationStencil().